Html Css Color HEX #0A1517 Black Pearl

📋 copy color: '#0A1517'

red 10 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #0A1517

Tints of Black Pearl #0A1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.89%

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

R = 18.52%
G = 38.89%
B = 42.59%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1517 (or 0x0A1517) is known color: Black Pearl. HEX triplet: 0A, 15 and 17. RGB value is (10,21,23). Sum of RGB (Red+Green+Blue) = 10+21+23=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1517 is #F5EAE8. Grayscale: #111111. Windows color (decimal): -16116457 or 1512714. OLE color: 1512714.

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

Color convert

RGB 10 21 23 -
CMYK 0.57 0.09 0 0.91
HSL 189.23º 0.39% 0.06% -
HSV(B) 189.23º 0.57% 0.09% -
XYZ 0.55 0.66 0.91 -
YUV 17.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 10 21 23 0.57 0.09 0 0.91 189.23 0.39 0.06
Hex A 15 17 39 9 0 5B BD 27 6
Octal 12 25 27 71 11 0 133 275 47 6
Binary 1010 10101 10111 111001 1001 0 1011011 10111101 100111 110

Color Harmonies of #0A1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1517

Black with #0A1517

Text Example


Text Example

White with #0A1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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