#210F2C

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

Shades of Blackcurrant #210F2C

Tints of Blackcurrant #210F2C

Color information

#210F2C (or 0x210F2C) is unknown color: approx Blackcurrant. HEX triplet: 21, 0F and 2C. RGB value is (33,15,44). Sum of RGB (Red+Green+Blue) = 33+15+44=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #210F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F2C is #DEF0D3. Grayscale: #171717. Windows color (decimal): -14610644 or 2887457. OLE color: 2887457.

HSL color Cylindrical-coordinate representation of color #210F2C: hue angle of 277.24º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #210F2C is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB331544-
CMYK0.250.6600.83
HSL277.24º49.15%11.57%-
HSV(B)277.24º65.91%17.25%-
XYZ1.250.852.48-
YUV23.69139.46134.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=35.87%
G=16.30%
B=47.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3315440.250.6600.83277.2449.1511.57
Hex21F2C194205311531c
Octal4117543110201234256114
Binary1000011111101100110011000010010100111000101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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