#361440

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

Shades of Blackcurrant #361440

Tints of Blackcurrant #361440

Color information

#361440 (or 0x361440) is unknown color: approx Blackcurrant. HEX triplet: 36, 14 and 40. RGB value is (54,20,64). Sum of RGB (Red+Green+Blue) = 54+20+64=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #361440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361440 is #C9EBBF. Grayscale: #232323. Windows color (decimal): -13233088 or 4199478. OLE color: 4199478.

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

Color convert

RGB542064-
CMYK0.160.6900.75
HSL286.36º52.38%16.47%-
HSV(B)286.36º68.75%25.1%-
XYZ2.71.655.03-
YUV35.18144.26141.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=39.13%
G=14.49%
B=46.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5420640.160.6900.75286.3652.3816.47
Hex361440104504B11e3410
Octal66241002010501134366420
Binary1101101010010000001000010001010100101110001111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361440; }

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

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

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

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

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

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

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

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