#331F38

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

Shades of Blackcurrant #331F38

Tints of Blackcurrant #331F38

Color information

#331F38 (or 0x331F38) is unknown color: approx Blackcurrant. HEX triplet: 33, 1F and 38. RGB value is (51,31,56). Sum of RGB (Red+Green+Blue) = 51+31+56=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #331F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F38 is #CCE0C7. Grayscale: #272727. Windows color (decimal): -13426888 or 3678003. OLE color: 3678003.

HSL color Cylindrical-coordinate representation of color #331F38: hue angle of 288º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #331F38 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB513156-
CMYK0.090.4500.78
HSL288º28.74%17.06%-
HSV(B)288º44.64%21.96%-
XYZ2.571.973.99-
YUV39.83137.13135.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=36.96%
G=22.46%
B=40.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5131560.090.4500.7828828.7417.06
Hex331F3892D04E1201d11
Octal633770115501164403521
Binary110011111111110001001101101010011101001000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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