#07131F

Color #07131F Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #07131F

Tints of Black Pearl #07131F

Color information

#07131F (or 0x07131F) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 1F. RGB value is (7,19,31). Sum of RGB (Red+Green+Blue) = 7+19+31=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #07131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131F is #F8ECE0. Grayscale: #101010. Windows color (decimal): -16313569 or 2036487. OLE color: 2036487.

HSL color Cylindrical-coordinate representation of color #07131F: hue angle of 210º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07131F is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71931-
CMYK0.770.3900.88
HSL210º63.16%7.45%-
HSV(B)210º77.42%12.16%-
XYZ0.570.611.38-
YUV16.78136.02121.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=12.28%
G=33.33%
B=54.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal719310.770.3900.8821063.167.45
Hex7131F4D27058d23f7
Octal72337115470130322777
Binary111100111111110011011001110101100011010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07131F; }

 p { color: rgb(7,19,31); }

 H1.HeaderClassName
 {
   color: #07131F;
 }
 .AnyTagClassName
 {
   color: #07131F;
 }
</style>
background-color css

<style>
 a { background-color: #07131F; }

 a { background-color: rgb(7,19,31); }

 div.DivClassName
 {
   background-color: #07131F;
 }
 .BgClassName
 {
   background-color: #07131F;
 }
</style>
border-color css

<style>
 span { border-color: #07131F; }

 span { border-color: rgb(7,19,31); }

 td.TdClassName
 {
   border-color: #07131F;
 }
 .TagClassName
 {
   border-color: #07131F;
 }
</style>