Html Css Color HEX #210048 Blackcurrant

📋 copy color: '#210048'

red 33 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #210048

Tints of Blackcurrant #210048

RGB

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

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

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

R = 31.43%
G = 0%
B = 68.57%

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

#210048 (or 0x210048) is known color: Blackcurrant. HEX triplet: 21, 00 and 48. RGB value is (33,0,72). Sum of RGB (Red+Green+Blue) = 33+0+72=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #210048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210048 is #DEFFB7. Grayscale: #111111. Windows color (decimal): -14614456 or 4718625. OLE color: 4718625.

HSL color Cylindrical-coordinate representation of color #210048: hue angle of 267.5º 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 #210048 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 0 72 -
CMYK 0.54 1 0 0.72
HSL 267.5º 1% 0.14% -
HSV(B) 267.5º 1% 0.28% -
XYZ 1.8 0.79 6.19 -
YUV 18.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 33 0 72 0.54 1 0 0.72 267.5 1 0.14
Hex 21 0 48 36 64 0 48 10C 64 E
Octal 41 0 110 66 144 0 110 414 144 16
Binary 100001 0 1001000 110110 1100100 0 1001000 100001100 1100100 1110

Color Harmonies of #210048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210048

Black with #210048

Text Example


Text Example

White with #210048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210048; }

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

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

background-color css

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

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

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

border-color css

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

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

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