#03090B

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

Shades of Black Pearl #03090B

Tints of Black Pearl #03090B

Color information

#03090B (or 0x03090B) is unknown color: approx Black Pearl. HEX triplet: 03, 09 and 0B. RGB value is (3,9,11). Sum of RGB (Red+Green+Blue) = 3+9+11=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #03090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090B is #FCF6F4. Grayscale: #070707. Windows color (decimal): -16578293 or 723203. OLE color: 723203.

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

Color convert

RGB3911-
CMYK0.730.1800.96
HSL195º57.14%2.75%-
HSV(B)195º72.73%4.31%-
XYZ0.20.240.35-
YUV7.43130.01124.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 9 (3.91% from 255) = 39.13%
BLUE value IS 11 (4.69% from 255) = 47.83%
R=13.04%
G=39.13%
B=47.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal39110.730.1800.9619557.142.75
Hex39B4912060c3393
Octal31113111220140303713
Binary1110011011100100110010011000001100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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