#36153D

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

Shades of Blackcurrant #36153D

Tints of Blackcurrant #36153D

Color information

#36153D (or 0x36153D) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 3D. RGB value is (54,21,61). Sum of RGB (Red+Green+Blue) = 54+21+61=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #36153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36153D is #C9EAC2. Grayscale: #232323. Windows color (decimal): -13232835 or 4003126. OLE color: 4003126.

HSL color Cylindrical-coordinate representation of color #36153D: hue angle of 289.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36153D is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB542161-
CMYK0.110.6600.76
HSL289.5º48.78%16.08%-
HSV(B)289.5º65.57%23.92%-
XYZ2.631.664.6-
YUV35.43142.43141.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=39.71%
G=15.44%
B=44.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5421610.110.6600.76289.548.7816.08
Hex36153DB4204C1223110
Octal6625751310201144426120
Binary11011010101111101101110000100100110010010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36153D; }

 p { color: rgb(54,21,61); }

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

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

 a { background-color: rgb(54,21,61); }

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

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

 span { border-color: rgb(54,21,61); }

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