Html Css Color HEX #0A1216 Black Pearl

📋 copy color: '#0A1216'

red 10 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #0A1216

Tints of Black Pearl #0A1216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 44%

R = 20%
G = 36%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1216 (or 0x0A1216) is known color: Black Pearl. HEX triplet: 0A, 12 and 16. RGB value is (10,18,22). Sum of RGB (Red+Green+Blue) = 10+18+22=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A1216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1216 is #F5EDE9. Grayscale: #101010. Windows color (decimal): -16117226 or 1446410. OLE color: 1446410.

HSL color Cylindrical-coordinate representation of color #0A1216: hue angle of 200º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A1216 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 18 22 -
CMYK 0.55 0.18 0 0.91
HSL 200º 0.38% 0.06% -
HSV(B) 200º 0.55% 0.09% -
XYZ 0.49 0.56 0.84 -
YUV 16.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 10 18 22 0.55 0.18 0 0.91 200 0.38 0.06
Hex A 12 16 37 12 0 5B C8 26 6
Octal 12 22 26 67 22 0 133 310 46 6
Binary 1010 10010 10110 110111 10010 0 1011011 11001000 100110 110

Color Harmonies of #0A1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1216

Black with #0A1216

Text Example


Text Example

White with #0A1216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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