#21172F

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

Shades of Blackcurrant #21172F

Tints of Blackcurrant #21172F

Color information

#21172F (or 0x21172F) is unknown color: approx Blackcurrant. HEX triplet: 21, 17 and 2F. RGB value is (33,23,47). Sum of RGB (Red+Green+Blue) = 33+23+47=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #21172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21172F is #DEE8D0. Grayscale: #1C1C1C. Windows color (decimal): -14608593 or 3086113. OLE color: 3086113.

HSL color Cylindrical-coordinate representation of color #21172F: hue angle of 265º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21172F is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB332347-
CMYK0.300.5100.82
HSL265º34.29%13.73%-
HSV(B)265º51.06%18.43%-
XYZ1.451.142.83-
YUV28.73138.31131.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=32.04%
G=22.33%
B=45.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3323470.300.5100.8226534.2913.73
Hex21172F1E3305210922e
Octal412757366301224114216
Binary1000011011110111111110110011010100101000010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21172F; }

 p { color: rgb(33,23,47); }

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

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

 a { background-color: rgb(33,23,47); }

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

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

 span { border-color: rgb(33,23,47); }

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