#361F3D

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

Shades of Blackcurrant #361F3D

Tints of Blackcurrant #361F3D

Color information

#361F3D (or 0x361F3D) is unknown color: approx Blackcurrant. HEX triplet: 36, 1F and 3D. RGB value is (54,31,61). Sum of RGB (Red+Green+Blue) = 54+31+61=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #361F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F3D is #C9E0C2. Grayscale: #292929. Windows color (decimal): -13230275 or 4005686. OLE color: 4005686.

HSL color Cylindrical-coordinate representation of color #361F3D: hue angle of 286º 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 #361F3D is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB543161-
CMYK0.110.4900.76
HSL286º32.61%18.04%-
HSV(B)286º49.18%23.92%-
XYZ2.852.14.67-
YUV41.3139.12137.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=36.99%
G=21.23%
B=41.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5431610.110.4900.7628632.6118.04
Hex361F3DB3104C11e2112
Octal663775136101144364122
Binary1101101111111110110111100010100110010001111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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