Html Css Color HEX #201133 Blackcurrant

📋 copy color: '#201133'

red 32 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #201133

Tints of Blackcurrant #201133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 32%
G = 17%
B = 51%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#201133 (or 0x201133) is known color: Blackcurrant. HEX triplet: 20, 11 and 33. RGB value is (32,17,51). Sum of RGB (Red+Green+Blue) = 32+17+51=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #201133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201133 is #DFEECC. Grayscale: #191919. Windows color (decimal): -14675661 or 3346720. OLE color: 3346720.

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

Color convert

RGB 32 17 51 -
CMYK 0.37 0.67 0 0.8
HSL 266.47º 0.5% 0.13% -
HSV(B) 266.47º 0.67% 0.2% -
XYZ 1.39 0.95 3.24 -
YUV 25.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 32 17 51 0.37 0.67 0 0.8 266.47 0.5 0.13
Hex 20 11 33 25 43 0 50 10A 32 D
Octal 40 21 63 45 103 0 120 412 62 15
Binary 100000 10001 110011 100101 1000011 0 1010000 100001010 110010 1101

Color Harmonies of #201133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201133

Black with #201133

Text Example


Text Example

White with #201133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201133; }

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

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

background-color css

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

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

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

border-color css

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

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

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