Html Css Color HEX #200449 Blackcurrant

📋 copy color: '#200449'

red 32 ◦ green 4 ◦ blue 73

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

Shades of Blackcurrant #200449

Tints of Blackcurrant #200449

RGB

 RED value IS 32 (12.89% from 255) = 29.36%

 GREEN value IS 4 (1.95% from 255) = 3.67%

 BLUE value IS 73 (28.91% from 255) = 66.97%

R = 29.36%
G = 3.67%
B = 66.97%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#200449 (or 0x200449) is known color: Blackcurrant. HEX triplet: 20, 04 and 49. RGB value is (32,4,73). Sum of RGB (Red+Green+Blue) = 32+4+73=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #200449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200449 is #DFFBB6. Grayscale: #131313. Windows color (decimal): -14678967 or 4785184. OLE color: 4785184.

HSL color Cylindrical-coordinate representation of color #200449: hue angle of 264.35º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200449 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 4 73 -
CMYK 0.56 0.95 0 0.71
HSL 264.35º 0.9% 0.15% -
HSV(B) 264.35º 0.95% 0.29% -
XYZ 1.84 0.87 6.38 -
YUV 20.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 32 4 73 0.56 0.95 0 0.71 264.35 0.9 0.15
Hex 20 4 49 38 5F 0 47 108 5A F
Octal 40 4 111 70 137 0 107 410 132 17
Binary 100000 100 1001001 111000 1011111 0 1000111 100001000 1011010 1111

Color Harmonies of #200449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200449

Black with #200449

Text Example


Text Example

White with #200449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200449; }

 p { color: rgb(32,4,73); }

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

background-color css

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

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

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

border-color css

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

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

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