Html Css Color HEX #000917 Black Pearl

📋 copy color: '#000917'

red 0 ◦ green 9 ◦ blue 23

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

Shades of Black Pearl #000917

Tints of Black Pearl #000917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 28.13%

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

R = 0%
G = 28.13%
B = 71.88%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000917 (or 0x000917) is known color: Black Pearl. HEX triplet: 00, 09 and 17. RGB value is (0,9,23). Sum of RGB (Red+Green+Blue) = 0+9+23=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 23 (9.38% from 255 or 71.88% from 32); Max value from RGB is 23 - color contains mainly: blue. Hex color #000917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000917 is #FFF6E8. Grayscale: #070707. Windows color (decimal): -16774889 or 1509632. OLE color: 1509632.

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

Color convert

RGB 0 9 23 -
CMYK 1 0.61 0 0.91
HSL 216.52º 1% 0.05% -
HSV(B) 216.52º 1% 0.09% -
XYZ 0.25 0.26 0.85 -
YUV 7.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 0 9 23 1 0.61 0 0.91 216.52 1 0.05
Hex 0 9 17 64 3D 0 5B D9 64 5
Octal 0 11 27 144 75 0 133 331 144 5
Binary 0 1001 10111 1100100 111101 0 1011011 11011001 1100100 101

Color Harmonies of #000917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000917

Black with #000917

Text Example


Text Example

White with #000917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000917; }

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

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

background-color css

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

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

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

border-color css

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

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

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