Html Css Color HEX #0A1417 Black Pearl

📋 copy color: '#0A1417'

red 10 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #0A1417

Tints of Black Pearl #0A1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.74%

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

R = 18.87%
G = 37.74%
B = 43.4%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1417 (or 0x0A1417) is known color: Black Pearl. HEX triplet: 0A, 14 and 17. RGB value is (10,20,23). Sum of RGB (Red+Green+Blue) = 10+20+23=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1417 is #F5EBE8. Grayscale: #111111. Windows color (decimal): -16116713 or 1512458. OLE color: 1512458.

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

Color convert

RGB 10 20 23 -
CMYK 0.57 0.13 0 0.91
HSL 193.85º 0.39% 0.06% -
HSV(B) 193.85º 0.57% 0.09% -
XYZ 0.53 0.63 0.9 -
YUV 17.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 10 20 23 0.57 0.13 0 0.91 193.85 0.39 0.06
Hex A 14 17 39 D 0 5B C2 27 6
Octal 12 24 27 71 15 0 133 302 47 6
Binary 1010 10100 10111 111001 1101 0 1011011 11000010 100111 110

Color Harmonies of #0A1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1417

Black with #0A1417

Text Example


Text Example

White with #0A1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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