#31223B

Color #31223B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #31223B

Tints of Blackcurrant #31223B

Color information

#31223B (or 0x31223B) is unknown color: approx Blackcurrant. HEX triplet: 31, 22 and 3B. RGB value is (49,34,59). Sum of RGB (Red+Green+Blue) = 49+34+59=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #31223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31223B is #CEDDC4. Grayscale: #292929. Windows color (decimal): -13557189 or 3875377. OLE color: 3875377.

HSL color Cylindrical-coordinate representation of color #31223B: hue angle of 276º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31223B is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB493459-
CMYK0.170.4200.77
HSL276º26.88%18.24%-
HSV(B)276º42.37%23.14%-
XYZ2.632.114.41-
YUV41.33137.97133.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=34.51%
G=23.94%
B=41.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4934590.170.4200.7727626.8818.24
Hex31223B112A04D1141b12
Octal614273215201154243322
Binary11000110001011101110001101010010011011000101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31223B; }

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

 H1.HeaderClassName
 {
   color: #31223B;
 }
 .AnyTagClassName
 {
   color: #31223B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31223B;
 }
 .BgClassName
 {
   background-color: #31223B;
 }
</style>
border-color css

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

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

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