Html Css Color HEX #000A17 Black Pearl

📋 copy color: '#000A17'

red 0 ◦ green 10 ◦ blue 23

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

Shades of Black Pearl #000A17

Tints of Black Pearl #000A17

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 30.3%

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

R = 0%
G = 30.3%
B = 69.7%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000A17 (or 0x000A17) is known color: Black Pearl. HEX triplet: 00, 0A and 17. RGB value is (0,10,23). Sum of RGB (Red+Green+Blue) = 0+10+23=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 23 (9.38% from 255 or 69.70% from 33); Max value from RGB is 23 - color contains mainly: blue. Hex color #000A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A17 is #FFF5E8. Grayscale: #080808. Windows color (decimal): -16774633 or 1509888. OLE color: 1509888.

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

Color convert

RGB 0 10 23 -
CMYK 1 0.57 0 0.91
HSL 213.91º 1% 0.05% -
HSV(B) 213.91º 1% 0.09% -
XYZ 0.26 0.28 0.85 -
YUV 8.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 0 10 23 1 0.57 0 0.91 213.91 1 0.05
Hex 0 A 17 64 39 0 5B D6 64 5
Octal 0 12 27 144 71 0 133 326 144 5
Binary 0 1010 10111 1100100 111001 0 1011011 11010110 1100100 101

Color Harmonies of #000A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A17

Black with #000A17

Text Example


Text Example

White with #000A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A17; }

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

 H1.HeaderClassName
 {
   color: #000A17;
 }
 .AnyTagClassName
 {
   color: #000A17;
 }
</style>

background-color css

<style>
 a { background-color: #000A17; }

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

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

border-color css

<style>
 span { border-color: #000A17; }

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

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