Html Css Color HEX #211139 Blackcurrant

📋 copy color: '#211139'

red 33 ◦ green 17 ◦ blue 57

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

Shades of Blackcurrant #211139

Tints of Blackcurrant #211139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 53.27%

R = 30.84%
G = 15.89%
B = 53.27%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211139 (or 0x211139) is known color: Blackcurrant. HEX triplet: 21, 11 and 39. RGB value is (33,17,57). Sum of RGB (Red+Green+Blue) = 33+17+57=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #211139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211139 is #DEEEC6. Grayscale: #1A1A1A. Windows color (decimal): -14610119 or 3739937. OLE color: 3739937.

HSL color Cylindrical-coordinate representation of color #211139: hue angle of 264º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211139 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 17 57 -
CMYK 0.42 0.70 0 0.78
HSL 264º 0.54% 0.15% -
HSV(B) 264º 0.7% 0.22% -
XYZ 1.57 1.02 3.99 -
YUV 26.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 33 17 57 0.42 0.70 0 0.78 264 0.54 0.15
Hex 21 11 39 2A 46 0 4E 108 36 F
Octal 41 21 71 52 106 0 116 410 66 17
Binary 100001 10001 111001 101010 1000110 0 1001110 100001000 110110 1111

Color Harmonies of #211139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211139

Black with #211139

Text Example


Text Example

White with #211139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211139; }

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

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

background-color css

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

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

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

border-color css

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

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

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