#03080F

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

Shades of Black Pearl #03080F

Tints of Black Pearl #03080F

Color information

#03080F (or 0x03080F) is unknown color: approx Black Pearl. HEX triplet: 03, 08 and 0F. RGB value is (3,8,15). Sum of RGB (Red+Green+Blue) = 3+8+15=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #03080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03080F is #FCF7F0. Grayscale: #070707. Windows color (decimal): -16578545 or 985091. OLE color: 985091.

HSL color Cylindrical-coordinate representation of color #03080F: hue angle of 215º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03080F is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3815-
CMYK0.800.4700.94
HSL215º66.67%3.53%-
HSV(B)215º80%5.88%-
XYZ0.210.230.48-
YUV7.3132.34124.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 57.69%
R=11.54%
G=30.77%
B=57.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal38150.800.4700.9421566.673.53
Hex38F502F05Ed7434
Octal310171205701363271034
Binary1110001111101000010111101011110110101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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