#03070D

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

Shades of Black Pearl #03070D

Tints of Black Pearl #03070D

Color information

#03070D (or 0x03070D) is unknown color: approx Black Pearl. HEX triplet: 03, 07 and 0D. RGB value is (3,7,13). Sum of RGB (Red+Green+Blue) = 3+7+13=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 13 (5.47% from 255 or 56.52% from 23); Max value from RGB is 13 - color contains mainly: blue. Hex color #03070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03070D is #FCF8F2. Grayscale: #060606. Windows color (decimal): -16578803 or 853763. OLE color: 853763.

HSL color Cylindrical-coordinate representation of color #03070D: hue angle of 216º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #03070D is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3713-
CMYK0.770.4600.95
HSL216º62.5%3.14%-
HSV(B)216º76.92%5.1%-
XYZ0.190.20.41-
YUV6.49131.67125.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 7 (3.12% from 255) = 30.43%
BLUE value IS 13 (5.47% from 255) = 56.52%
R=13.04%
G=30.43%
B=56.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal37130.770.4600.9521662.53.14
Hex37D4D2E05Fd83e3
Octal3715115560137330763
Binary1111111011001101101110010111111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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