Html Css Color HEX #210047 Blackcurrant

📋 copy color: '#210047'

red 33 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #210047

Tints of Blackcurrant #210047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 68.27%

R = 31.73%
G = 0%
B = 68.27%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#210047 (or 0x210047) is known color: Blackcurrant. HEX triplet: 21, 00 and 47. RGB value is (33,0,71). Sum of RGB (Red+Green+Blue) = 33+0+71=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #210047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210047 is #DEFFB8. Grayscale: #111111. Windows color (decimal): -14614457 or 4653089. OLE color: 4653089.

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

Color convert

RGB 33 0 71 -
CMYK 0.54 1 0 0.72
HSL 267.89º 1% 0.14% -
HSV(B) 267.89º 1% 0.28% -
XYZ 1.76 0.78 6.02 -
YUV 17.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 33 0 71 0.54 1 0 0.72 267.89 1 0.14
Hex 21 0 47 36 64 0 48 10C 64 E
Octal 41 0 107 66 144 0 110 414 144 16
Binary 100001 0 1000111 110110 1100100 0 1001000 100001100 1100100 1110

Color Harmonies of #210047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210047

Black with #210047

Text Example


Text Example

White with #210047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210047; }

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

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

background-color css

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

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

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

border-color css

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

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

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