Html Css Color HEX #0A1316 Black Pearl

📋 copy color: '#0A1316'

red 10 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #0A1316

Tints of Black Pearl #0A1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

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

R = 19.61%
G = 37.25%
B = 43.14%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1316 (or 0x0A1316) is known color: Black Pearl. HEX triplet: 0A, 13 and 16. RGB value is (10,19,22). Sum of RGB (Red+Green+Blue) = 10+19+22=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1316 is #F5ECE9. Grayscale: #101010. Windows color (decimal): -16116970 or 1446666. OLE color: 1446666.

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

Color convert

RGB 10 19 22 -
CMYK 0.55 0.14 0 0.91
HSL 195º 0.38% 0.06% -
HSV(B) 195º 0.55% 0.09% -
XYZ 0.5 0.59 0.85 -
YUV 16.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 10 19 22 0.55 0.14 0 0.91 195 0.38 0.06
Hex A 13 16 37 E 0 5B C3 26 6
Octal 12 23 26 67 16 0 133 303 46 6
Binary 1010 10011 10110 110111 1110 0 1011011 11000011 100110 110

Color Harmonies of #0A1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1316

Black with #0A1316

Text Example


Text Example

White with #0A1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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