Html Css Color HEX #010B18 Black Pearl

📋 copy color: '#010B18'

red 1 ◦ green 11 ◦ blue 24

#010B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #010B18

Tints of Black Pearl #010B18

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 value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010B18 (or 0x010B18) is known color: 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

RGB 1 11 24 -
CMYK 0.96 0.54 0 0.91
HSL 213.91º 0.92% 0.05% -
HSV(B) 213.91º 0.96% 0.09% -
XYZ 0.3 0.31 0.91 -
YUV 9.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 1 11 24 0.96 0.54 0 0.91 213.91 0.92 0.05
Hex 1 B 18 60 36 0 5B D6 5C 5
Octal 1 13 30 140 66 0 133 326 134 5
Binary 1 1011 11000 1100000 110110 0 1011011 11010110 1011100 101

Color Harmonies of #010B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B18

Black with #010B18

Text Example


Text Example

White with #010B18

Text Example


Text Example

HTML Codes & Css Web 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>