#210129

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

Shades of Blackcurrant #210129

Tints of Blackcurrant #210129

Color information

#210129 (or 0x210129) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 29. RGB value is (33,1,41). Sum of RGB (Red+Green+Blue) = 33+1+41=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #210129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210129 is #DEFED6. Grayscale: #0F0F0F. Windows color (decimal): -14614231 or 2687265. OLE color: 2687265.

HSL color Cylindrical-coordinate representation of color #210129: hue angle of 288º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210129 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33141-
CMYK0.200.9800.84
HSL288º95.24%8.24%-
HSV(B)288º97.56%16.08%-
XYZ1.040.512.14-
YUV15.13142.6140.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=44%
G=1.33%
B=54.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal331410.200.9800.8428895.248.24
Hex2112914620541205f8
Octal4115124142012444013710
Binary10000111010011010011000100101010010010000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210129; }

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

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

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

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

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

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

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

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