Html Css Color HEX #0A1218 Black Pearl

📋 copy color: '#0A1218'

red 10 ◦ green 18 ◦ blue 24

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

Shades of Black Pearl #0A1218

Tints of Black Pearl #0A1218

RGB

 RED value IS 10 (4.3% from 255) = 19.23%

 GREEN value IS 18 (7.42% from 255) = 34.62%

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

R = 19.23%
G = 34.62%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1218 (or 0x0A1218) is known color: Black Pearl. HEX triplet: 0A, 12 and 18. RGB value is (10,18,24). Sum of RGB (Red+Green+Blue) = 10+18+24=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1218 is #F5EDE7. Grayscale: #101010. Windows color (decimal): -16117224 or 1577482. OLE color: 1577482.

HSL color Cylindrical-coordinate representation of color #0A1218: hue angle of 205.71º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1218 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 18 24 -
CMYK 0.58 0.25 0 0.91
HSL 205.71º 0.41% 0.07% -
HSV(B) 205.71º 0.58% 0.09% -
XYZ 0.51 0.56 0.95 -
YUV 16.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 10 18 24 0.58 0.25 0 0.91 205.71 0.41 0.07
Hex A 12 18 3A 19 0 5B CE 29 7
Octal 12 22 30 72 31 0 133 316 51 7
Binary 1010 10010 11000 111010 11001 0 1011011 11001110 101001 111

Color Harmonies of #0A1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1218

Black with #0A1218

Text Example


Text Example

White with #0A1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1218; }

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

 H1.HeaderClassName
 {
   color: #0A1218;
 }
 .AnyTagClassName
 {
   color: #0A1218;
 }
</style>

background-color css

<style>
 a { background-color: #0A1218; }

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

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

border-color css

<style>
 span { border-color: #0A1218; }

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

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