#211427

Color #211427 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #211427

Tints of Blackcurrant #211427

Color information

#211427 (or 0x211427) is unknown color: approx Blackcurrant. HEX triplet: 21, 14 and 27. RGB value is (33,20,39). Sum of RGB (Red+Green+Blue) = 33+20+39=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #211427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211427 is #DEEBD8. Grayscale: #191919. Windows color (decimal): -14609369 or 2561057. OLE color: 2561057.

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

Color convert

RGB332039-
CMYK0.150.4900.85
HSL281.05º32.2%11.57%-
HSV(B)281.05º48.72%15.29%-
XYZ1.240.972.04-
YUV26.05135.31132.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=35.87%
G=21.74%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3320390.150.4900.85281.0532.211.57
Hex211427F3105511920c
Octal412447176101254314014
Binary100001101001001111111110001010101011000110011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211427; }

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

 H1.HeaderClassName
 {
   color: #211427;
 }
 .AnyTagClassName
 {
   color: #211427;
 }
</style>
background-color css

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

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

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

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

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

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