Html Css Color HEX #210448 Blackcurrant

📋 copy color: '#210448'

red 33 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #210448

Tints of Blackcurrant #210448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

 BLUE value IS 72 (28.52% from 255) = 66.06%

R = 30.28%
G = 3.67%
B = 66.06%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#210448 (or 0x210448) is known color: Blackcurrant. HEX triplet: 21, 04 and 48. RGB value is (33,4,72). Sum of RGB (Red+Green+Blue) = 33+4+72=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #210448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210448 is #DEFBB7. Grayscale: #141414. Windows color (decimal): -14613432 or 4719649. OLE color: 4719649.

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

Color convert

RGB 33 4 72 -
CMYK 0.54 0.94 0 0.72
HSL 265.59º 0.89% 0.15% -
HSV(B) 265.59º 0.94% 0.28% -
XYZ 1.84 0.88 6.2 -
YUV 20.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 33 4 72 0.54 0.94 0 0.72 265.59 0.89 0.15
Hex 21 4 48 36 5E 0 48 10A 59 F
Octal 41 4 110 66 136 0 110 412 131 17
Binary 100001 100 1001000 110110 1011110 0 1001000 100001010 1011001 1111

Color Harmonies of #210448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210448

Black with #210448

Text Example


Text Example

White with #210448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210448; }

 p { color: rgb(33,4,72); }

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

background-color css

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

 a { background-color: rgb(33,4,72); }

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

border-color css

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

 span { border-color: rgb(33,4,72); }

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