#010B18

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

Shades of Black Pearl #010B18

Tints of Black Pearl #010B18

Color information

#010B18 (or 0x010B18) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 18. RGB value is (1,11,24). Sum of RGB (Red+Green+Blue) = 1+11+24=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #010B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B18 is #FEF4E7. Grayscale: #090909. Windows color (decimal): -16708840 or 1575681. OLE color: 1575681.

HSL color Cylindrical-coordinate representation of color #010B18: hue angle of 213.91º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010B18 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11124-
CMYK0.960.5400.91
HSL213.91º92%4.9%-
HSV(B)213.91º95.83%9.41%-
XYZ0.30.310.91-
YUV9.49136.19121.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=2.78%
G=30.56%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal111240.960.5400.91213.91924.9
Hex1B18603605Bd65c5
Octal113301406601333261345
Binary1101111000110000011011001011011110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B18; }

 p { color: rgb(1,11,24); }

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

<style>
 a { background-color: #010B18; }

 a { background-color: rgb(1,11,24); }

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

<style>
 span { border-color: #010B18; }

 span { border-color: rgb(1,11,24); }

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