#361841

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

Shades of Blackcurrant #361841

Tints of Blackcurrant #361841

Color information

#361841 (or 0x361841) is unknown color: approx Blackcurrant. HEX triplet: 36, 18 and 41. RGB value is (54,24,65). Sum of RGB (Red+Green+Blue) = 54+24+65=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #361841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361841 is #C9E7BE. Grayscale: #252525. Windows color (decimal): -13232063 or 4266038. OLE color: 4266038.

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

Color convert

RGB542465-
CMYK0.170.6300.75
HSL283.9º46.07%17.45%-
HSV(B)283.9º63.08%25.49%-
XYZ2.81.825.2-
YUV37.64143.44139.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=37.76%
G=16.78%
B=45.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5424650.170.6300.75283.946.0717.45
Hex361841113F04B11c2e11
Octal6630101217701134345621
Binary110110110001000001100011111110100101110001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361841; }

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

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

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

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

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

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

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

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