Html Css Color HEX #170000 Black

📋 copy color: '#170000'

red 23 ◦ green 0 ◦ blue 0

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

Shades of Black #170000

Tints of Black #170000

RGB

 RED value IS 23 (9.38% from 255) = 100%

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#170000 (or 0x170000) is known color: Black. HEX triplet: 17, 00 and 00. RGB value is (23,0,0). Sum of RGB (Red+Green+Blue) = 23+0+0=23 (3% of max value = 765). Red value is 23 (9.38% from 255 or 100% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 23 - color contains mainly: red. Hex color #170000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170000 is #E8FFFF. Grayscale: #060606. Windows color (decimal): -15269888 or 23. OLE color: 23.

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

Color convert

RGB 23 0 0 -
CMYK 0 1 1 0.91
HSL 1% 0.05% -
HSV(B) 1% 0.09% -
XYZ 0.35 0.18 0.02 -
YUV 6.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 23 0 0 0 1 1 0.91 0 1 0.05
Hex 17 0 0 0 64 64 5B 0 64 5
Octal 27 0 0 0 144 144 133 0 144 5
Binary 10111 0 0 0 1100100 1100100 1011011 0 1100100 101

Color Harmonies of #170000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170000

Black with #170000

Text Example


Text Example

White with #170000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170000; }

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

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

background-color css

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

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

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

border-color css

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

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

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