Html Css Color HEX #220631 Blackcurrant

📋 copy color: '#220631'

red 34 ◦ green 6 ◦ blue 49

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

Shades of Blackcurrant #220631

Tints of Blackcurrant #220631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.74%

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

R = 38.2%
G = 6.74%
B = 55.06%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#220631 (or 0x220631) is known color: Blackcurrant. HEX triplet: 22, 06 and 31. RGB value is (34,6,49). Sum of RGB (Red+Green+Blue) = 34+6+49=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #220631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220631 is #DDF9CE. Grayscale: #131313. Windows color (decimal): -14547407 or 3212834. OLE color: 3212834.

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

Color convert

RGB 34 6 49 -
CMYK 0.31 0.88 0 0.81
HSL 279.07º 0.78% 0.11% -
HSV(B) 279.07º 0.88% 0.19% -
XYZ 1.28 0.69 2.97 -
YUV 19.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 34 6 49 0.31 0.88 0 0.81 279.07 0.78 0.11
Hex 22 6 31 1F 58 0 51 117 4E B
Octal 42 6 61 37 130 0 121 427 116 13
Binary 100010 110 110001 11111 1011000 0 1010001 100010111 1001110 1011

Color Harmonies of #220631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220631

Black with #220631

Text Example


Text Example

White with #220631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220631; }

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

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

background-color css

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

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

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

border-color css

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

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

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