#21182D

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

Shades of Blackcurrant #21182D

Tints of Blackcurrant #21182D

Color information

#21182D (or 0x21182D) is unknown color: approx Blackcurrant. HEX triplet: 21, 18 and 2D. RGB value is (33,24,45). Sum of RGB (Red+Green+Blue) = 33+24+45=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #21182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21182D is #DEE7D2. Grayscale: #1D1D1D. Windows color (decimal): -14608339 or 2955297. OLE color: 2955297.

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

Color convert

RGB332445-
CMYK0.270.4700.82
HSL265.71º30.43%13.53%-
HSV(B)265.71º46.67%17.65%-
XYZ1.431.172.63-
YUV29.08136.98130.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 45 (17.97% from 255) = 44.12%
R=32.35%
G=23.53%
B=44.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3324450.270.4700.82265.7130.4313.53
Hex21182D1B2F05210a1ee
Octal413055335701224123616
Binary100001110001011011101110111101010010100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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