#36124F

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

Shades of Blackcurrant #36124F

Tints of Blackcurrant #36124F

Color information

#36124F (or 0x36124F) is unknown color: approx Blackcurrant. HEX triplet: 36, 12 and 4F. RGB value is (54,18,79). Sum of RGB (Red+Green+Blue) = 54+18+79=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #36124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36124F is #C9EDB0. Grayscale: #232323. Windows color (decimal): -13233585 or 5182006. OLE color: 5182006.

HSL color Cylindrical-coordinate representation of color #36124F: hue angle of 275.41º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36124F is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB541879-
CMYK0.320.7700.69
HSL275.41º62.89%19.02%-
HSV(B)275.41º77.22%30.98%-
XYZ3.151.787.58-
YUV35.72152.43141.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=35.76%
G=11.92%
B=52.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5418790.320.7700.69275.4162.8919.02
Hex36124F204D0451133f13
Octal66221174011501054237723
Binary11011010010100111110000010011010100010110001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36124F; }

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

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

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

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

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

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

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

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