#21182E

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

Shades of Blackcurrant #21182E

Tints of Blackcurrant #21182E

Color information

#21182E (or 0x21182E) is unknown color: approx Blackcurrant. HEX triplet: 21, 18 and 2E. RGB value is (33,24,46). Sum of RGB (Red+Green+Blue) = 33+24+46=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #21182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21182E is #DEE7D1. Grayscale: #1D1D1D. Windows color (decimal): -14608338 or 3020833. OLE color: 3020833.

HSL color Cylindrical-coordinate representation of color #21182E: hue angle of 264.55º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21182E is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB332446-
CMYK0.280.4800.82
HSL264.55º31.43%13.73%-
HSV(B)264.55º47.83%18.04%-
XYZ1.451.172.74-
YUV29.2137.48130.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=32.04%
G=23.30%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3324460.280.4800.82264.5531.4313.73
Hex21182E1C300521091fe
Octal413056346001224113716
Binary100001110001011101110011000001010010100001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21182E; }

 p { color: rgb(33,24,46); }

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

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

 a { background-color: rgb(33,24,46); }

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

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

 span { border-color: rgb(33,24,46); }

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