#361A3D

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

Shades of Blackcurrant #361A3D

Tints of Blackcurrant #361A3D

Color information

#361A3D (or 0x361A3D) is unknown color: approx Blackcurrant. HEX triplet: 36, 1A and 3D. RGB value is (54,26,61). Sum of RGB (Red+Green+Blue) = 54+26+61=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #361A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A3D is #C9E5C2. Grayscale: #262626. Windows color (decimal): -13231555 or 4004406. OLE color: 4004406.

HSL color Cylindrical-coordinate representation of color #361A3D: hue angle of 288º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #361A3D is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB542661-
CMYK0.110.5700.76
HSL288º40.23%17.06%-
HSV(B)288º57.38%23.92%-
XYZ2.731.864.63-
YUV38.36140.78139.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=38.30%
G=18.44%
B=43.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5426610.110.5700.7628840.2317.06
Hex361A3DB3904C1202811
Octal663275137101144405021
Binary1101101101011110110111110010100110010010000010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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