#03070B

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

Shades of Black Pearl #03070B

Tints of Black Pearl #03070B

Color information

#03070B (or 0x03070B) is unknown color: approx Black Pearl. HEX triplet: 03, 07 and 0B. RGB value is (3,7,11). Sum of RGB (Red+Green+Blue) = 3+7+11=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #03070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03070B is #FCF8F4. Grayscale: #060606. Windows color (decimal): -16578805 or 722691. OLE color: 722691.

HSL color Cylindrical-coordinate representation of color #03070B: hue angle of 210º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #03070B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3711-
CMYK0.730.3600.96
HSL210º57.14%2.75%-
HSV(B)210º72.73%4.31%-
XYZ0.170.20.35-
YUV6.26130.67125.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 14.29%
GREEN value IS 7 (3.12% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 52.38%
R=14.29%
G=33.33%
B=52.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal37110.730.3600.9621057.142.75
Hex37B4924060d2393
Octal3713111440140322713
Binary1111110111001001100100011000001101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03070B; }

 p { color: rgb(3,7,11); }

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

<style>
 a { background-color: #03070B; }

 a { background-color: rgb(3,7,11); }

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

<style>
 span { border-color: #03070B; }

 span { border-color: rgb(3,7,11); }

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