Html Css Color HEX #210446 Blackcurrant

📋 copy color: '#210446'

red 33 ◦ green 4 ◦ blue 70

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

Shades of Blackcurrant #210446

Tints of Blackcurrant #210446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 70 (27.73% from 255) = 65.42%

R = 30.84%
G = 3.74%
B = 65.42%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#210446 (or 0x210446) is known color: Blackcurrant. HEX triplet: 21, 04 and 46. RGB value is (33,4,70). Sum of RGB (Red+Green+Blue) = 33+4+70=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #210446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210446 is #DEFBB9. Grayscale: #131313. Windows color (decimal): -14613434 or 4588577. OLE color: 4588577.

HSL color Cylindrical-coordinate representation of color #210446: hue angle of 266.36º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210446 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 4 70 -
CMYK 0.53 0.94 0 0.73
HSL 266.36º 0.89% 0.15% -
HSV(B) 266.36º 0.94% 0.27% -
XYZ 1.78 0.85 5.87 -
YUV 20.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 33 4 70 0.53 0.94 0 0.73 266.36 0.89 0.15
Hex 21 4 46 35 5E 0 49 10A 59 F
Octal 41 4 106 65 136 0 111 412 131 17
Binary 100001 100 1000110 110101 1011110 0 1001001 100001010 1011001 1111

Color Harmonies of #210446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210446

Black with #210446

Text Example


Text Example

White with #210446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210446; }

 p { color: rgb(33,4,70); }

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

background-color css

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

 a { background-color: rgb(33,4,70); }

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

border-color css

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

 span { border-color: rgb(33,4,70); }

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