Html Css Color HEX #210148 Blackcurrant

📋 copy color: '#210148'

red 33 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #210148

Tints of Blackcurrant #210148

RGB

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

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

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

R = 31.13%
G = 0.94%
B = 67.92%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#210148 (or 0x210148) is known color: Blackcurrant. HEX triplet: 21, 01 and 48. RGB value is (33,1,72). Sum of RGB (Red+Green+Blue) = 33+1+72=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #210148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210148 is #DEFEB7. Grayscale: #121212. Windows color (decimal): -14614200 or 4718881. OLE color: 4718881.

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

Color convert

RGB 33 1 72 -
CMYK 0.54 0.99 0 0.72
HSL 267.04º 0.97% 0.14% -
HSV(B) 267.04º 0.99% 0.28% -
XYZ 1.81 0.81 6.19 -
YUV 18.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 33 1 72 0.54 0.99 0 0.72 267.04 0.97 0.14
Hex 21 1 48 36 63 0 48 10B 61 E
Octal 41 1 110 66 143 0 110 413 141 16
Binary 100001 1 1001000 110110 1100011 0 1001000 100001011 1100001 1110

Color Harmonies of #210148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210148

Black with #210148

Text Example


Text Example

White with #210148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210148; }

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

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

background-color css

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

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

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

border-color css

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

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

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