Html Css Color HEX #0A1617 Black Pearl

📋 copy color: '#0A1617'

red 10 ◦ green 22 ◦ blue 23

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

Shades of Black Pearl #0A1617

Tints of Black Pearl #0A1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 40%

 BLUE value IS 23 (9.38% from 255) = 41.82%

R = 18.18%
G = 40%
B = 41.82%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1617 (or 0x0A1617) is known color: Black Pearl. HEX triplet: 0A, 16 and 17. RGB value is (10,22,23). Sum of RGB (Red+Green+Blue) = 10+22+23=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1617 is #F5E9E8. Grayscale: #121212. Windows color (decimal): -16116201 or 1512970. OLE color: 1512970.

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

Color convert

RGB 10 22 23 -
CMYK 0.57 0.04 0 0.91
HSL 184.62º 0.39% 0.06% -
HSV(B) 184.62º 0.57% 0.09% -
XYZ 0.57 0.7 0.92 -
YUV 18.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 10 22 23 0.57 0.04 0 0.91 184.62 0.39 0.06
Hex A 16 17 39 4 0 5B B9 27 6
Octal 12 26 27 71 4 0 133 271 47 6
Binary 1010 10110 10111 111001 100 0 1011011 10111001 100111 110

Color Harmonies of #0A1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1617

Black with #0A1617

Text Example


Text Example

White with #0A1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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