#03080B

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

Shades of Black Pearl #03080B

Tints of Black Pearl #03080B

Color information

#03080B (or 0x03080B) is unknown color: approx Black Pearl. HEX triplet: 03, 08 and 0B. RGB value is (3,8,11). Sum of RGB (Red+Green+Blue) = 3+8+11=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #03080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03080B is #FCF7F4. Grayscale: #060606. Windows color (decimal): -16578549 or 722947. OLE color: 722947.

HSL color Cylindrical-coordinate representation of color #03080B: hue angle of 202.5º 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 #03080B is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3811-
CMYK0.730.2700.96
HSL202.5º57.14%2.75%-
HSV(B)202.5º72.73%4.31%-
XYZ0.180.220.35-
YUV6.85130.34125.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 8 (3.52% from 255) = 36.36%
BLUE value IS 11 (4.69% from 255) = 50%
R=13.64%
G=36.36%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal38110.730.2700.96202.557.142.75
Hex38B491B060ca393
Octal31013111330140312713
Binary1110001011100100111011011000001100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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