Html Css Color HEX #0A1518 Black Pearl

📋 copy color: '#0A1518'

red 10 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #0A1518

Tints of Black Pearl #0A1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.18%

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

R = 18.18%
G = 38.18%
B = 43.64%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1518 (or 0x0A1518) is known color: Black Pearl. HEX triplet: 0A, 15 and 18. RGB value is (10,21,24). Sum of RGB (Red+Green+Blue) = 10+21+24=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A1518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1518 is #F5EAE7. Grayscale: #121212. Windows color (decimal): -16116456 or 1578250. OLE color: 1578250.

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

Color convert

RGB 10 21 24 -
CMYK 0.58 0.13 0 0.91
HSL 192.86º 0.41% 0.07% -
HSV(B) 192.86º 0.58% 0.09% -
XYZ 0.56 0.67 0.96 -
YUV 18.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 10 21 24 0.58 0.13 0 0.91 192.86 0.41 0.07
Hex A 15 18 3A D 0 5B C1 29 7
Octal 12 25 30 72 15 0 133 301 51 7
Binary 1010 10101 11000 111010 1101 0 1011011 11000001 101001 111

Color Harmonies of #0A1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1518

Black with #0A1518

Text Example


Text Example

White with #0A1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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