Html Css Color HEX #200000 Black

📋 copy color: '#200000'

red 32 ◦ green 0 ◦ blue 0

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

Shades of Black #200000

Tints of Black #200000

RGB

 RED value IS 32 (12.89% 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.87

RGB Variations

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

Color information

#200000 (or 0x200000) is known color: Black. HEX triplet: 20, 00 and 00. RGB value is (32,0,0). Sum of RGB (Red+Green+Blue) = 32+0+0=32 (4% of max value = 765). Red value is 32 (12.89% from 255 or 100% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 32 - color contains mainly: red. Hex color #200000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200000 is #DFFFFF. Grayscale: #090909. Windows color (decimal): -14680064 or 32. OLE color: 32.

HSL color Cylindrical-coordinate representation of color #200000: hue angle of 0º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 0 0 -
CMYK 0 1 1 0.87
HSL 1% 0.06% -
HSV(B) 1% 0.13% -
XYZ 0.6 0.31 0.03 -
YUV 9.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 32 0 0 0 1 1 0.87 0 1 0.06
Hex 20 0 0 0 64 64 57 0 64 6
Octal 40 0 0 0 144 144 127 0 144 6
Binary 100000 0 0 0 1100100 1100100 1010111 0 1100100 110

Color Harmonies of #200000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200000

Black with #200000

Text Example


Text Example

White with #200000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200000; }

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

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

background-color css

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

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

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

border-color css

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

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

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