Html Css Color HEX #211134 Blackcurrant

📋 copy color: '#211134'

red 33 ◦ green 17 ◦ blue 52

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

Shades of Blackcurrant #211134

Tints of Blackcurrant #211134

RGB

 RED value IS 33 (13.28% from 255) = 32.35%

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

 BLUE value IS 52 (20.7% from 255) = 50.98%

R = 32.35%
G = 16.67%
B = 50.98%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#211134 (or 0x211134) is known color: Blackcurrant. HEX triplet: 21, 11 and 34. RGB value is (33,17,52). Sum of RGB (Red+Green+Blue) = 33+17+52=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #211134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211134 is #DEEECB. Grayscale: #191919. Windows color (decimal): -14610124 or 3412257. OLE color: 3412257.

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

Color convert

RGB 33 17 52 -
CMYK 0.37 0.67 0 0.80
HSL 267.43º 0.51% 0.14% -
HSV(B) 267.43º 0.67% 0.2% -
XYZ 1.45 0.97 3.36 -
YUV 25.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 33 17 52 0.37 0.67 0 0.80 267.43 0.51 0.14
Hex 21 11 34 25 43 0 50 10B 33 E
Octal 41 21 64 45 103 0 120 413 63 16
Binary 100001 10001 110100 100101 1000011 0 1010000 100001011 110011 1110

Color Harmonies of #211134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211134

Black with #211134

Text Example


Text Example

White with #211134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211134; }

 p { color: rgb(33,17,52); }

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

background-color css

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

 a { background-color: rgb(33,17,52); }

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

border-color css

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

 span { border-color: rgb(33,17,52); }

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