#03080C

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

Shades of Black Pearl #03080C

Tints of Black Pearl #03080C

Color information

#03080C (or 0x03080C) is unknown color: approx Black Pearl. HEX triplet: 03, 08 and 0C. RGB value is (3,8,12). Sum of RGB (Red+Green+Blue) = 3+8+12=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #03080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03080C is #FCF7F3. Grayscale: #060606. Windows color (decimal): -16578548 or 788483. OLE color: 788483.

HSL color Cylindrical-coordinate representation of color #03080C: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #03080C is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3812-
CMYK0.750.3300.95
HSL206.67º60%2.94%-
HSV(B)206.67º75%4.71%-
XYZ0.190.220.38-
YUV6.96130.84125.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 8 (3.52% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 52.17%
R=13.04%
G=34.78%
B=52.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal38120.750.3300.95206.67602.94
Hex38C4B2105Fcf3c3
Octal31014113410137317743
Binary11100011001001011100001010111111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03080C; }

 p { color: rgb(3,8,12); }

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

<style>
 a { background-color: #03080C; }

 a { background-color: rgb(3,8,12); }

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

<style>
 span { border-color: #03080C; }

 span { border-color: rgb(3,8,12); }

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