#361243

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

Shades of Blackcurrant #361243

Tints of Blackcurrant #361243

Color information

#361243 (or 0x361243) is unknown color: approx Blackcurrant. HEX triplet: 36, 12 and 43. RGB value is (54,18,67). Sum of RGB (Red+Green+Blue) = 54+18+67=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #361243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361243 is #C9EDBC. Grayscale: #222222. Windows color (decimal): -13233597 or 4395574. OLE color: 4395574.

HSL color Cylindrical-coordinate representation of color #361243: hue angle of 284.08º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361243 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB541867-
CMYK0.190.7300.74
HSL284.08º57.65%16.67%-
HSV(B)284.08º73.13%26.27%-
XYZ2.751.625.48-
YUV34.35146.43142.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 67 (26.56% from 255) = 48.20%
R=38.85%
G=12.95%
B=48.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5418670.190.7300.74284.0857.6516.67
Hex361243134904A11c3a11
Octal66221032311101124347221
Binary1101101001010000111001110010010100101010001110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361243; }

 p { color: rgb(54,18,67); }

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

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

 a { background-color: rgb(54,18,67); }

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

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

 span { border-color: rgb(54,18,67); }

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