Html Css Color HEX #210248 Blackcurrant

📋 copy color: '#210248'

red 33 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #210248

Tints of Blackcurrant #210248

RGB

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

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

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

R = 30.84%
G = 1.87%
B = 67.29%

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

#210248 (or 0x210248) is known color: Blackcurrant. HEX triplet: 21, 02 and 48. RGB value is (33,2,72). Sum of RGB (Red+Green+Blue) = 33+2+72=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #210248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210248 is #DEFDB7. Grayscale: #131313. Windows color (decimal): -14613944 or 4719137. OLE color: 4719137.

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

Color convert

RGB 33 2 72 -
CMYK 0.54 0.97 0 0.72
HSL 266.57º 0.95% 0.15% -
HSV(B) 266.57º 0.97% 0.28% -
XYZ 1.82 0.83 6.2 -
YUV 19.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 33 2 72 0.54 0.97 0 0.72 266.57 0.95 0.15
Hex 21 2 48 36 61 0 48 10B 5F F
Octal 41 2 110 66 141 0 110 413 137 17
Binary 100001 10 1001000 110110 1100001 0 1001000 100001011 1011111 1111

Color Harmonies of #210248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210248

Black with #210248

Text Example


Text Example

White with #210248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210248; }

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

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

background-color css

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

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

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

border-color css

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

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

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