#362141

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

Shades of Blackcurrant #362141

Tints of Blackcurrant #362141

Color information

#362141 (or 0x362141) is unknown color: approx Blackcurrant. HEX triplet: 36, 21 and 41. RGB value is (54,33,65). Sum of RGB (Red+Green+Blue) = 54+33+65=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #362141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362141 is #C9DEBE. Grayscale: #2A2A2A. Windows color (decimal): -13229759 or 4268342. OLE color: 4268342.

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

Color convert

RGB543365-
CMYK0.170.4900.75
HSL279.38º32.65%19.22%-
HSV(B)279.38º49.23%25.49%-
XYZ3.022.255.28-
YUV42.93140.46135.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=35.53%
G=21.71%
B=42.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5433650.170.4900.75279.3832.6519.22
Hex362141113104B1172113
Octal6641101216101134274123
Binary1101101000011000001100011100010100101110001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362141; }

 p { color: rgb(54,33,65); }

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

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

 a { background-color: rgb(54,33,65); }

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

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

 span { border-color: rgb(54,33,65); }

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