Html Css Color HEX #211334 Blackcurrant

📋 copy color: '#211334'

red 33 ◦ green 19 ◦ blue 52

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

Shades of Blackcurrant #211334

Tints of Blackcurrant #211334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

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

R = 31.73%
G = 18.27%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#211334 (or 0x211334) is known color: Blackcurrant. HEX triplet: 21, 13 and 34. RGB value is (33,19,52). Sum of RGB (Red+Green+Blue) = 33+19+52=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #211334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211334 is #DEECCB. Grayscale: #1A1A1A. Windows color (decimal): -14609612 or 3412769. OLE color: 3412769.

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

Color convert

RGB 33 19 52 -
CMYK 0.37 0.63 0 0.80
HSL 265.45º 0.46% 0.14% -
HSV(B) 265.45º 0.63% 0.2% -
XYZ 1.48 1.04 3.37 -
YUV 26.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 33 19 52 0.37 0.63 0 0.80 265.45 0.46 0.14
Hex 21 13 34 25 3F 0 50 109 2E E
Octal 41 23 64 45 77 0 120 411 56 16
Binary 100001 10011 110100 100101 111111 0 1010000 100001001 101110 1110

Color Harmonies of #211334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211334

Black with #211334

Text Example


Text Example

White with #211334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211334; }

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

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

background-color css

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

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

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

border-color css

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

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

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