Html Css Color HEX #211137 Blackcurrant

📋 copy color: '#211137'

red 33 ◦ green 17 ◦ blue 55

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

Shades of Blackcurrant #211137

Tints of Blackcurrant #211137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 52.38%

R = 31.43%
G = 16.19%
B = 52.38%

CMYK

 C value IS 0.4

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211137 (or 0x211137) is known color: Blackcurrant. HEX triplet: 21, 11 and 37. RGB value is (33,17,55). Sum of RGB (Red+Green+Blue) = 33+17+55=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #211137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211137 is #DEEEC8. Grayscale: #191919. Windows color (decimal): -14610121 or 3608865. OLE color: 3608865.

HSL color Cylindrical-coordinate representation of color #211137: hue angle of 265.26º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211137 is Cyan = 0.4, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 17 55 -
CMYK 0.4 0.69 0 0.78
HSL 265.26º 0.53% 0.14% -
HSV(B) 265.26º 0.69% 0.22% -
XYZ 1.52 1 3.73 -
YUV 26.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 33 17 55 0.4 0.69 0 0.78 265.26 0.53 0.14
Hex 21 11 37 28 45 0 4E 109 35 E
Octal 41 21 67 50 105 0 116 411 65 16
Binary 100001 10001 110111 101000 1000101 0 1001110 100001001 110101 1110

Color Harmonies of #211137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211137

Black with #211137

Text Example


Text Example

White with #211137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211137; }

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

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

background-color css

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

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

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

border-color css

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

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

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