#362640

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

Shades of Blackcurrant #362640

Tints of Blackcurrant #362640

Color information

#362640 (or 0x362640) is unknown color: approx Blackcurrant. HEX triplet: 36, 26 and 40. RGB value is (54,38,64). Sum of RGB (Red+Green+Blue) = 54+38+64=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #362640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362640 is #C9D9BF. Grayscale: #2D2D2D. Windows color (decimal): -13228480 or 4204086. OLE color: 4204086.

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

Color convert

RGB543864-
CMYK0.160.4100.75
HSL276.92º25.49%20%-
HSV(B)276.92º40.62%25.1%-
XYZ3.142.545.18-
YUV45.75138.3133.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=34.62%
G=24.36%
B=41.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5438640.160.4100.75276.9225.4920
Hex362640102904B1151914
Octal6646100205101134253124
Binary110110100110100000010000101001010010111000101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362640; }

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

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

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

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

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

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

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

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