Html Css Color HEX #210249 Blackcurrant

📋 copy color: '#210249'

red 33 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #210249

Tints of Blackcurrant #210249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 67.59%

R = 30.56%
G = 1.85%
B = 67.59%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#210249 (or 0x210249) is known color: Blackcurrant. HEX triplet: 21, 02 and 49. RGB value is (33,2,73). Sum of RGB (Red+Green+Blue) = 33+2+73=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #210249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210249 is #DEFDB6. Grayscale: #131313. Windows color (decimal): -14613943 or 4784673. OLE color: 4784673.

HSL color Cylindrical-coordinate representation of color #210249: hue angle of 266.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210249 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 2 73 -
CMYK 0.55 0.97 0 0.71
HSL 266.2º 0.95% 0.15% -
HSV(B) 266.2º 0.97% 0.29% -
XYZ 1.85 0.85 6.37 -
YUV 19.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 33 2 73 0.55 0.97 0 0.71 266.2 0.95 0.15
Hex 21 2 49 37 61 0 47 10A 5F F
Octal 41 2 111 67 141 0 107 412 137 17
Binary 100001 10 1001001 110111 1100001 0 1000111 100001010 1011111 1111

Color Harmonies of #210249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210249

Black with #210249

Text Example


Text Example

White with #210249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210249; }

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

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

background-color css

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

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

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

border-color css

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

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

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