#210124

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

Shades of Blackcurrant #210124

Tints of Blackcurrant #210124

Color information

#210124 (or 0x210124) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 24. RGB value is (33,1,36). Sum of RGB (Red+Green+Blue) = 33+1+36=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #210124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210124 is #DEFEDB. Grayscale: #0E0E0E. Windows color (decimal): -14614236 or 2359585. OLE color: 2359585.

HSL color Cylindrical-coordinate representation of color #210124: hue angle of 294.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210124 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB33136-
CMYK0.080.9700.86
HSL294.86º94.59%7.25%-
HSV(B)294.86º97.22%14.12%-
XYZ0.960.471.71-
YUV14.56140.1141.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 36 (14.45% from 255) = 51.43%
R=47.14%
G=1.43%
B=51.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal331360.080.9700.86294.8694.597.25
Hex211248610561275f7
Octal411441014101264471377
Binary100001110010010001100001010101101001001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210124; }

 p { color: rgb(33,1,36); }

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

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

 a { background-color: rgb(33,1,36); }

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

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

 span { border-color: rgb(33,1,36); }

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