Html Css Color HEX #211434 Blackcurrant

📋 copy color: '#211434'

red 33 ◦ green 20 ◦ blue 52

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

Shades of Blackcurrant #211434

Tints of Blackcurrant #211434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

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

R = 31.43%
G = 19.05%
B = 49.52%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#211434 (or 0x211434) is known color: Blackcurrant. HEX triplet: 21, 14 and 34. RGB value is (33,20,52). Sum of RGB (Red+Green+Blue) = 33+20+52=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #211434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211434 is #DEEBCB. Grayscale: #1B1B1B. Windows color (decimal): -14609356 or 3413025. OLE color: 3413025.

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

Color convert

RGB 33 20 52 -
CMYK 0.37 0.62 0 0.80
HSL 264.38º 0.44% 0.14% -
HSV(B) 264.38º 0.62% 0.2% -
XYZ 1.5 1.07 3.38 -
YUV 27.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 33 20 52 0.37 0.62 0 0.80 264.38 0.44 0.14
Hex 21 14 34 25 3E 0 50 108 2C E
Octal 41 24 64 45 76 0 120 410 54 16
Binary 100001 10100 110100 100101 111110 0 1010000 100001000 101100 1110

Color Harmonies of #211434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211434

Black with #211434

Text Example


Text Example

White with #211434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211434; }

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

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

background-color css

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

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

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

border-color css

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

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

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