#210F29

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

Shades of Blackcurrant #210F29

Tints of Blackcurrant #210F29

Color information

#210F29 (or 0x210F29) is unknown color: approx Blackcurrant. HEX triplet: 21, 0F and 29. RGB value is (33,15,41). Sum of RGB (Red+Green+Blue) = 33+15+41=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #210F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F29 is #DEF0D6. Grayscale: #171717. Windows color (decimal): -14610647 or 2690849. OLE color: 2690849.

HSL color Cylindrical-coordinate representation of color #210F29: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #210F29 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB331541-
CMYK0.200.6300.84
HSL281.54º46.43%10.98%-
HSV(B)281.54º63.41%16.08%-
XYZ1.20.832.19-
YUV23.35137.96134.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 41 (16.41% from 255) = 46.07%
R=37.08%
G=16.85%
B=46.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3315410.200.6300.84281.5446.4310.98
Hex21F29143F05411a2eb
Octal411751247701244325613
Binary100001111110100110100111111010101001000110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F29; }

 p { color: rgb(33,15,41); }

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

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

 a { background-color: rgb(33,15,41); }

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

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

 span { border-color: rgb(33,15,41); }

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