Html Css Color HEX #210046 Blackcurrant

📋 copy color: '#210046'

red 33 ◦ green 0 ◦ blue 70

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

Shades of Blackcurrant #210046

Tints of Blackcurrant #210046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.04%
G = 0%
B = 67.96%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#210046 (or 0x210046) is known color: Blackcurrant. HEX triplet: 21, 00 and 46. RGB value is (33,0,70). Sum of RGB (Red+Green+Blue) = 33+0+70=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #210046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210046 is #DEFFB9. Grayscale: #111111. Windows color (decimal): -14614458 or 4587553. OLE color: 4587553.

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

Color convert

RGB 33 0 70 -
CMYK 0.53 1 0 0.73
HSL 268.29º 1% 0.14% -
HSV(B) 268.29º 1% 0.27% -
XYZ 1.73 0.77 5.85 -
YUV 17.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 33 0 70 0.53 1 0 0.73 268.29 1 0.14
Hex 21 0 46 35 64 0 49 10C 64 E
Octal 41 0 106 65 144 0 111 414 144 16
Binary 100001 0 1000110 110101 1100100 0 1001001 100001100 1100100 1110

Color Harmonies of #210046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210046

Black with #210046

Text Example


Text Example

White with #210046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210046; }

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

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

background-color css

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

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

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

border-color css

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

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

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