Html Css Color HEX #210247 Blackcurrant

📋 copy color: '#210247'

red 33 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #210247

Tints of Blackcurrant #210247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 31.13%
G = 1.89%
B = 66.98%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#210247 (or 0x210247) is known color: Blackcurrant. HEX triplet: 21, 02 and 47. RGB value is (33,2,71). Sum of RGB (Red+Green+Blue) = 33+2+71=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #210247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210247 is #DEFDB8. Grayscale: #121212. Windows color (decimal): -14613945 or 4653601. OLE color: 4653601.

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

Color convert

RGB 33 2 71 -
CMYK 0.54 0.97 0 0.72
HSL 266.96º 0.95% 0.14% -
HSV(B) 266.96º 0.97% 0.28% -
XYZ 1.79 0.82 6.03 -
YUV 19.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 33 2 71 0.54 0.97 0 0.72 266.96 0.95 0.14
Hex 21 2 47 36 61 0 48 10B 5F E
Octal 41 2 107 66 141 0 110 413 137 16
Binary 100001 10 1000111 110110 1100001 0 1001000 100001011 1011111 1110

Color Harmonies of #210247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210247

Black with #210247

Text Example


Text Example

White with #210247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210247; }

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

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

background-color css

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

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

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

border-color css

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

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

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