Html Css Color HEX #010A18 Black Pearl

📋 copy color: '#010A18'

red 1 ◦ green 10 ◦ blue 24

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

Shades of Black Pearl #010A18

Tints of Black Pearl #010A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 28.57%

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

R = 2.86%
G = 28.57%
B = 68.57%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010A18 (or 0x010A18) is known color: Black Pearl. HEX triplet: 01, 0A and 18. RGB value is (1,10,24). Sum of RGB (Red+Green+Blue) = 1+10+24=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #010A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A18 is #FEF5E7. Grayscale: #080808. Windows color (decimal): -16709096 or 1575425. OLE color: 1575425.

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

Color convert

RGB 1 10 24 -
CMYK 0.96 0.58 0 0.91
HSL 216.52º 0.92% 0.05% -
HSV(B) 216.52º 0.96% 0.09% -
XYZ 0.29 0.29 0.9 -
YUV 8.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 1 10 24 0.96 0.58 0 0.91 216.52 0.92 0.05
Hex 1 A 18 60 3A 0 5B D9 5C 5
Octal 1 12 30 140 72 0 133 331 134 5
Binary 1 1010 11000 1100000 111010 0 1011011 11011001 1011100 101

Color Harmonies of #010A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A18

Black with #010A18

Text Example


Text Example

White with #010A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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