#31133D

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

Shades of Blackcurrant #31133D

Tints of Blackcurrant #31133D

Color information

#31133D (or 0x31133D) is unknown color: approx Blackcurrant. HEX triplet: 31, 13 and 3D. RGB value is (49,19,61). Sum of RGB (Red+Green+Blue) = 49+19+61=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #31133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31133D is #CEECC2. Grayscale: #202020. Windows color (decimal): -13561027 or 4002609. OLE color: 4002609.

HSL color Cylindrical-coordinate representation of color #31133D: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31133D is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB491961-
CMYK0.200.6900.76
HSL282.86º52.5%15.69%-
HSV(B)282.86º68.85%23.92%-
XYZ2.341.464.57-
YUV32.76143.94139.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 61 (24.22% from 255) = 47.29%
R=37.98%
G=14.73%
B=47.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4919610.200.6900.76282.8652.515.69
Hex31133D144504C11b3410
Octal6123752410501144336420
Binary110001100111111011010010001010100110010001101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31133D; }

 p { color: rgb(49,19,61); }

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

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

 a { background-color: rgb(49,19,61); }

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

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

 span { border-color: rgb(49,19,61); }

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