#030B11

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

Shades of Black Pearl #030B11

Tints of Black Pearl #030B11

Color information

#030B11 (or 0x030B11) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 11. RGB value is (3,11,17). Sum of RGB (Red+Green+Blue) = 3+11+17=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #030B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B11 is #FCF4EE. Grayscale: #090909. Windows color (decimal): -16577775 or 1116931. OLE color: 1116931.

HSL color Cylindrical-coordinate representation of color #030B11: hue angle of 205.71º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #030B11 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31117-
CMYK0.820.3500.93
HSL205.71º70%3.92%-
HSV(B)205.71º82.35%6.67%-
XYZ0.260.30.57-
YUV9.29132.35123.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 11 (4.69% from 255) = 35.48%
BLUE value IS 17 (7.03% from 255) = 54.84%
R=9.68%
G=35.48%
B=54.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal311170.820.3500.93205.71703.92
Hex3B11522305Dce464
Octal313211224301353161064
Binary11101110001101001010001101011101110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B11; }

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

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

<style>
 a { background-color: #030B11; }

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

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

<style>
 span { border-color: #030B11; }

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

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