Html Css Color HEX #010D18 Black Pearl

📋 copy color: '#010D18'

red 1 ◦ green 13 ◦ blue 24

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

Shades of Black Pearl #010D18

Tints of Black Pearl #010D18

RGB

 RED value IS 1 (0.78% from 255) = 2.63%

 GREEN value IS 13 (5.47% from 255) = 34.21%

 BLUE value IS 24 (9.77% from 255) = 63.16%

R = 2.63%
G = 34.21%
B = 63.16%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010D18 (or 0x010D18) is known color: Black Pearl. HEX triplet: 01, 0D and 18. RGB value is (1,13,24). Sum of RGB (Red+Green+Blue) = 1+13+24=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #010D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D18 is #FEF2E7. Grayscale: #0A0A0A. Windows color (decimal): -16708328 or 1576193. OLE color: 1576193.

HSL color Cylindrical-coordinate representation of color #010D18: hue angle of 208.7º 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 #010D18 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 13 24 -
CMYK 0.96 0.46 0 0.91
HSL 208.7º 0.92% 0.05% -
HSV(B) 208.7º 0.96% 0.09% -
XYZ 0.32 0.36 0.92 -
YUV 10.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 1 13 24 0.96 0.46 0 0.91 208.7 0.92 0.05
Hex 1 D 18 60 2E 0 5B D1 5C 5
Octal 1 15 30 140 56 0 133 321 134 5
Binary 1 1101 11000 1100000 101110 0 1011011 11010001 1011100 101

Color Harmonies of #010D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D18

Black with #010D18

Text Example


Text Example

White with #010D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #010D18;
 }
 .AnyTagClassName
 {
   color: #010D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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