Html Css Color HEX #200133 Blackcurrant

📋 copy color: '#200133'

red 32 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #200133

Tints of Blackcurrant #200133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.19%

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

R = 38.1%
G = 1.19%
B = 60.71%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#200133 (or 0x200133) is known color: Blackcurrant. HEX triplet: 20, 01 and 33. RGB value is (32,1,51). Sum of RGB (Red+Green+Blue) = 32+1+51=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #200133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200133 is #DFFECC. Grayscale: #0F0F0F. Windows color (decimal): -14679757 or 3342624. OLE color: 3342624.

HSL color Cylindrical-coordinate representation of color #200133: hue angle of 277.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200133 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 32 1 51 -
CMYK 0.37 0.98 0 0.8
HSL 277.2º 0.96% 0.1% -
HSV(B) 277.2º 0.98% 0.2% -
XYZ 1.2 0.57 3.18 -
YUV 15.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 32 1 51 0.37 0.98 0 0.8 277.2 0.96 0.1
Hex 20 1 33 25 62 0 50 115 60 A
Octal 40 1 63 45 142 0 120 425 140 12
Binary 100000 1 110011 100101 1100010 0 1010000 100010101 1100000 1010

Color Harmonies of #200133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200133

Black with #200133

Text Example


Text Example

White with #200133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200133; }

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

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

background-color css

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

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

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

border-color css

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

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

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