Html Css Color HEX #210149 Blackcurrant

📋 copy color: '#210149'

red 33 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #210149

Tints of Blackcurrant #210149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 30.84%
G = 0.93%
B = 68.22%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#210149 (or 0x210149) is known color: Blackcurrant. HEX triplet: 21, 01 and 49. RGB value is (33,1,73). Sum of RGB (Red+Green+Blue) = 33+1+73=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #210149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210149 is #DEFEB6. Grayscale: #121212. Windows color (decimal): -14614199 or 4784417. OLE color: 4784417.

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

Color convert

RGB 33 1 73 -
CMYK 0.55 0.99 0 0.71
HSL 266.67º 0.97% 0.15% -
HSV(B) 266.67º 0.99% 0.29% -
XYZ 1.84 0.83 6.37 -
YUV 18.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 33 1 73 0.55 0.99 0 0.71 266.67 0.97 0.15
Hex 21 1 49 37 63 0 47 10B 61 F
Octal 41 1 111 67 143 0 107 413 141 17
Binary 100001 1 1001001 110111 1100011 0 1000111 100001011 1100001 1111

Color Harmonies of #210149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210149

Black with #210149

Text Example


Text Example

White with #210149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210149; }

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

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

background-color css

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

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

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

border-color css

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

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

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