Html Css Color HEX #211236 Blackcurrant

📋 copy color: '#211236'

red 33 ◦ green 18 ◦ blue 54

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

Shades of Blackcurrant #211236

Tints of Blackcurrant #211236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

 BLUE value IS 54 (21.48% from 255) = 51.43%

R = 31.43%
G = 17.14%
B = 51.43%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#211236 (or 0x211236) is known color: Blackcurrant. HEX triplet: 21, 12 and 36. RGB value is (33,18,54). Sum of RGB (Red+Green+Blue) = 33+18+54=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #211236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211236 is #DEEDC9. Grayscale: #1A1A1A. Windows color (decimal): -14609866 or 3543585. OLE color: 3543585.

HSL color Cylindrical-coordinate representation of color #211236: hue angle of 265º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211236 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 18 54 -
CMYK 0.39 0.67 0 0.79
HSL 265º 0.5% 0.14% -
HSV(B) 265º 0.67% 0.21% -
XYZ 1.51 1.02 3.61 -
YUV 26.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 33 18 54 0.39 0.67 0 0.79 265 0.5 0.14
Hex 21 12 36 27 43 0 4F 109 32 E
Octal 41 22 66 47 103 0 117 411 62 16
Binary 100001 10010 110110 100111 1000011 0 1001111 100001001 110010 1110

Color Harmonies of #211236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211236

Black with #211236

Text Example


Text Example

White with #211236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211236; }

 p { color: rgb(33,18,54); }

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

background-color css

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

 a { background-color: rgb(33,18,54); }

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

border-color css

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

 span { border-color: rgb(33,18,54); }

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