Html Css Color HEX #211527 Blackcurrant

📋 copy color: '#211527'

red 33 ◦ green 21 ◦ blue 39

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

Shades of Blackcurrant #211527

Tints of Blackcurrant #211527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 39 (15.63% from 255) = 41.94%

R = 35.48%
G = 22.58%
B = 41.94%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211527 (or 0x211527) is known color: Blackcurrant. HEX triplet: 21, 15 and 27. RGB value is (33,21,39). Sum of RGB (Red+Green+Blue) = 33+21+39=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #211527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211527 is #DEEAD8. Grayscale: #1A1A1A. Windows color (decimal): -14609113 or 2561313. OLE color: 2561313.

HSL color Cylindrical-coordinate representation of color #211527: hue angle of 280º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211527 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 21 39 -
CMYK 0.15 0.46 0 0.85
HSL 280º 0.3% 0.12% -
HSV(B) 280º 0.46% 0.15% -
XYZ 1.26 1.01 2.05 -
YUV 26.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 33 21 39 0.15 0.46 0 0.85 280 0.3 0.12
Hex 21 15 27 F 2E 0 55 118 1E C
Octal 41 25 47 17 56 0 125 430 36 14
Binary 100001 10101 100111 1111 101110 0 1010101 100011000 11110 1100

Color Harmonies of #211527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211527

Black with #211527

Text Example


Text Example

White with #211527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211527; }

 p { color: rgb(33,21,39); }

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

background-color css

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

 a { background-color: rgb(33,21,39); }

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

border-color css

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

 span { border-color: rgb(33,21,39); }

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