Html Css Color HEX #220231 Blackcurrant

📋 copy color: '#220231'

red 34 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #220231

Tints of Blackcurrant #220231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 57.65%

R = 40%
G = 2.35%
B = 57.65%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#220231 (or 0x220231) is known color: Blackcurrant. HEX triplet: 22, 02 and 31. RGB value is (34,2,49). Sum of RGB (Red+Green+Blue) = 34+2+49=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #220231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220231 is #DDFDCE. Grayscale: #101010. Windows color (decimal): -14548431 or 3211810. OLE color: 3211810.

HSL color Cylindrical-coordinate representation of color #220231: hue angle of 280.85º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220231 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 2 49 -
CMYK 0.31 0.96 0 0.81
HSL 280.85º 0.92% 0.1% -
HSV(B) 280.85º 0.96% 0.19% -
XYZ 1.24 0.61 2.96 -
YUV 16.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 34 2 49 0.31 0.96 0 0.81 280.85 0.92 0.1
Hex 22 2 31 1F 60 0 51 119 5C A
Octal 42 2 61 37 140 0 121 431 134 12
Binary 100010 10 110001 11111 1100000 0 1010001 100011001 1011100 1010

Color Harmonies of #220231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220231

Black with #220231

Text Example


Text Example

White with #220231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220231; }

 p { color: rgb(34,2,49); }

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

background-color css

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

 a { background-color: rgb(34,2,49); }

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

border-color css

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

 span { border-color: rgb(34,2,49); }

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