#362340

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

Shades of Blackcurrant #362340

Tints of Blackcurrant #362340

Color information

#362340 (or 0x362340) is unknown color: approx Blackcurrant. HEX triplet: 36, 23 and 40. RGB value is (54,35,64). Sum of RGB (Red+Green+Blue) = 54+35+64=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #362340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362340 is #C9DCBF. Grayscale: #2B2B2B. Windows color (decimal): -13229248 or 4203318. OLE color: 4203318.

HSL color Cylindrical-coordinate representation of color #362340: hue angle of 279.31º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #362340 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB543564-
CMYK0.160.4500.75
HSL279.31º29.29%19.41%-
HSV(B)279.31º45.31%25.1%-
XYZ3.052.365.14-
YUV43.99139.29135.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=35.29%
G=22.88%
B=41.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5435640.160.4500.75279.3129.2919.41
Hex362340102D04B1171d13
Octal6643100205501134273523
Binary110110100011100000010000101101010010111000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362340; }

 p { color: rgb(54,35,64); }

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

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

 a { background-color: rgb(54,35,64); }

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

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

 span { border-color: rgb(54,35,64); }

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