Html Css Color HEX #210128 Blackcurrant

📋 copy color: '#210128'

red 33 ◦ green 1 ◦ blue 40

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

Shades of Blackcurrant #210128

Tints of Blackcurrant #210128

RGB

 RED value IS 33 (13.28% from 255) = 44.59%

 GREEN value IS 1 (0.78% from 255) = 1.35%

 BLUE value IS 40 (16.02% from 255) = 54.05%

R = 44.59%
G = 1.35%
B = 54.05%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210128 (or 0x210128) is known color: Blackcurrant. HEX triplet: 21, 01 and 28. RGB value is (33,1,40). Sum of RGB (Red+Green+Blue) = 33+1+40=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #210128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210128 is #DEFED7. Grayscale: #0E0E0E. Windows color (decimal): -14614232 or 2621729. OLE color: 2621729.

HSL color Cylindrical-coordinate representation of color #210128: hue angle of 289.23º 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 #210128 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 1 40 -
CMYK 0.17 0.98 0 0.84
HSL 289.23º 0.95% 0.08% -
HSV(B) 289.23º 0.98% 0.16% -
XYZ 1.02 0.5 2.05 -
YUV 15.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 33 1 40 0.17 0.98 0 0.84 289.23 0.95 0.08
Hex 21 1 28 11 62 0 54 121 5F 8
Octal 41 1 50 21 142 0 124 441 137 10
Binary 100001 1 101000 10001 1100010 0 1010100 100100001 1011111 1000

Color Harmonies of #210128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210128

Black with #210128

Text Example


Text Example

White with #210128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210128; }

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

 H1.HeaderClassName
 {
   color: #210128;
 }
 .AnyTagClassName
 {
   color: #210128;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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