Html Css Color HEX #0A1217 Black Pearl

📋 copy color: '#0A1217'

red 10 ◦ green 18 ◦ blue 23

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

Shades of Black Pearl #0A1217

Tints of Black Pearl #0A1217

RGB

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

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

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

R = 19.61%
G = 35.29%
B = 45.1%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1217 (or 0x0A1217) is known color: Black Pearl. HEX triplet: 0A, 12 and 17. RGB value is (10,18,23). Sum of RGB (Red+Green+Blue) = 10+18+23=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1217 is #F5EDE8. Grayscale: #101010. Windows color (decimal): -16117225 or 1511946. OLE color: 1511946.

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

Color convert

RGB 10 18 23 -
CMYK 0.57 0.22 0 0.91
HSL 203.08º 0.39% 0.06% -
HSV(B) 203.08º 0.57% 0.09% -
XYZ 0.5 0.56 0.89 -
YUV 16.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 10 18 23 0.57 0.22 0 0.91 203.08 0.39 0.06
Hex A 12 17 39 16 0 5B CB 27 6
Octal 12 22 27 71 26 0 133 313 47 6
Binary 1010 10010 10111 111001 10110 0 1011011 11001011 100111 110

Color Harmonies of #0A1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1217

Black with #0A1217

Text Example


Text Example

White with #0A1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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