Html Css Color HEX #210129 Blackcurrant

📋 copy color: '#210129'

red 33 ◦ green 1 ◦ blue 41

#210129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #210129

Tints of Blackcurrant #210129

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 value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210129 (or 0x210129) is known color: 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

RGB 33 1 41 -
CMYK 0.20 0.98 0 0.84
HSL 288º 0.95% 0.08% -
HSV(B) 288º 0.98% 0.16% -
XYZ 1.04 0.51 2.14 -
YUV 15.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 33 1 41 0.20 0.98 0 0.84 288 0.95 0.08
Hex 21 1 29 14 62 0 54 120 5F 8
Octal 41 1 51 24 142 0 124 440 137 10
Binary 100001 1 101001 10100 1100010 0 1010100 100100000 1011111 1000

Color Harmonies of #210129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210129

Black with #210129

Text Example


Text Example

White with #210129

Text Example


Text Example

HTML Codes & Css Web 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>