Html Css Color HEX #211138 Blackcurrant

📋 copy color: '#211138'

red 33 ◦ green 17 ◦ blue 56

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

Shades of Blackcurrant #211138

Tints of Blackcurrant #211138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.83%

R = 31.13%
G = 16.04%
B = 52.83%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211138 (or 0x211138) is known color: Blackcurrant. HEX triplet: 21, 11 and 38. RGB value is (33,17,56). Sum of RGB (Red+Green+Blue) = 33+17+56=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #211138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211138 is #DEEEC7. Grayscale: #1A1A1A. Windows color (decimal): -14610120 or 3674401. OLE color: 3674401.

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

Color convert

RGB 33 17 56 -
CMYK 0.41 0.70 0 0.78
HSL 264.62º 0.53% 0.14% -
HSV(B) 264.62º 0.7% 0.22% -
XYZ 1.54 1.01 3.86 -
YUV 26.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 33 17 56 0.41 0.70 0 0.78 264.62 0.53 0.14
Hex 21 11 38 29 46 0 4E 109 35 E
Octal 41 21 70 51 106 0 116 411 65 16
Binary 100001 10001 111000 101001 1000110 0 1001110 100001001 110101 1110

Color Harmonies of #211138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211138

Black with #211138

Text Example


Text Example

White with #211138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211138; }

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

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

background-color css

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

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

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

border-color css

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

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

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