Html Css Color HEX #211335 Blackcurrant

📋 copy color: '#211335'

red 33 ◦ green 19 ◦ blue 53

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

Shades of Blackcurrant #211335

Tints of Blackcurrant #211335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 50.48%

R = 31.43%
G = 18.1%
B = 50.48%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#211335 (or 0x211335) is known color: Blackcurrant. HEX triplet: 21, 13 and 35. RGB value is (33,19,53). Sum of RGB (Red+Green+Blue) = 33+19+53=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #211335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211335 is #DEECCA. Grayscale: #1A1A1A. Windows color (decimal): -14609611 or 3478305. OLE color: 3478305.

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

Color convert

RGB 33 19 53 -
CMYK 0.38 0.64 0 0.79
HSL 264.71º 0.47% 0.14% -
HSV(B) 264.71º 0.64% 0.21% -
XYZ 1.5 1.05 3.49 -
YUV 27.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 33 19 53 0.38 0.64 0 0.79 264.71 0.47 0.14
Hex 21 13 35 26 40 0 4F 109 2F E
Octal 41 23 65 46 100 0 117 411 57 16
Binary 100001 10011 110101 100110 1000000 0 1001111 100001001 101111 1110

Color Harmonies of #211335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211335

Black with #211335

Text Example


Text Example

White with #211335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211335; }

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

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

background-color css

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

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

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

border-color css

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

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

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