Html Css Color HEX #200533 Blackcurrant

📋 copy color: '#200533'

red 32 ◦ green 5 ◦ blue 51

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

Shades of Blackcurrant #200533

Tints of Blackcurrant #200533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.68%

 BLUE value IS 51 (20.31% from 255) = 57.95%

R = 36.36%
G = 5.68%
B = 57.95%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#200533 (or 0x200533) is known color: Blackcurrant. HEX triplet: 20, 05 and 33. RGB value is (32,5,51). Sum of RGB (Red+Green+Blue) = 32+5+51=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #200533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200533 is #DFFACC. Grayscale: #121212. Windows color (decimal): -14678733 or 3343648. OLE color: 3343648.

HSL color Cylindrical-coordinate representation of color #200533: hue angle of 275.22º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200533 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 32 5 51 -
CMYK 0.37 0.90 0 0.8
HSL 275.22º 0.82% 0.11% -
HSV(B) 275.22º 0.9% 0.2% -
XYZ 1.25 0.65 3.19 -
YUV 18.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 32 5 51 0.37 0.90 0 0.8 275.22 0.82 0.11
Hex 20 5 33 25 5A 0 50 113 52 B
Octal 40 5 63 45 132 0 120 423 122 13
Binary 100000 101 110011 100101 1011010 0 1010000 100010011 1010010 1011

Color Harmonies of #200533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200533

Black with #200533

Text Example


Text Example

White with #200533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200533; }

 p { color: rgb(32,5,51); }

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

background-color css

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

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

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

border-color css

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

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

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