Html Css Color HEX #220148 Blackcurrant

📋 copy color: '#220148'

red 34 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #220148

Tints of Blackcurrant #220148

RGB

 RED value IS 34 (13.67% from 255) = 31.78%

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

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

R = 31.78%
G = 0.93%
B = 67.29%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#220148 (or 0x220148) is known color: Blackcurrant. HEX triplet: 22, 01 and 48. RGB value is (34,1,72). Sum of RGB (Red+Green+Blue) = 34+1+72=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 1 (0.78% from 255 or 0.93% 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 #220148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220148 is #DDFEB7. Grayscale: #121212. Windows color (decimal): -14548664 or 4718882. OLE color: 4718882.

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

Color convert

RGB 34 1 72 -
CMYK 0.53 0.99 0 0.72
HSL 267.89º 0.97% 0.14% -
HSV(B) 267.89º 0.99% 0.28% -
XYZ 1.84 0.83 6.19 -
YUV 18.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 34 1 72 0.53 0.99 0 0.72 267.89 0.97 0.14
Hex 22 1 48 35 63 0 48 10C 61 E
Octal 42 1 110 65 143 0 110 414 141 16
Binary 100010 1 1001000 110101 1100011 0 1001000 100001100 1100001 1110

Color Harmonies of #220148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220148

Black with #220148

Text Example


Text Example

White with #220148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220148; }

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

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

background-color css

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

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

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

border-color css

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

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

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