#331F3D

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

Shades of Blackcurrant #331F3D

Tints of Blackcurrant #331F3D

Color information

#331F3D (or 0x331F3D) is unknown color: approx Blackcurrant. HEX triplet: 33, 1F and 3D. RGB value is (51,31,61). Sum of RGB (Red+Green+Blue) = 51+31+61=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #331F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F3D is #CCE0C2. Grayscale: #282828. Windows color (decimal): -13426883 or 4005683. OLE color: 4005683.

HSL color Cylindrical-coordinate representation of color #331F3D: hue angle of 280º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331F3D is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB513161-
CMYK0.160.4900.76
HSL280º32.61%18.04%-
HSV(B)280º49.18%23.92%-
XYZ2.72.024.66-
YUV40.4139.63135.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=35.66%
G=21.68%
B=42.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5131610.160.4900.7628032.6118.04
Hex331F3D103104C1182112
Octal633775206101144304122
Binary11001111111111101100001100010100110010001100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331F3D; }

 p { color: rgb(51,31,61); }

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

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

 a { background-color: rgb(51,31,61); }

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

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

 span { border-color: rgb(51,31,61); }

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