#36133E

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

Shades of Blackcurrant #36133E

Tints of Blackcurrant #36133E

Color information

#36133E (or 0x36133E) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 3E. RGB value is (54,19,62). Sum of RGB (Red+Green+Blue) = 54+19+62=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #36133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36133E is #C9ECC1. Grayscale: #222222. Windows color (decimal): -13233346 or 4068150. OLE color: 4068150.

HSL color Cylindrical-coordinate representation of color #36133E: hue angle of 288.84º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36133E is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB541962-
CMYK0.130.6900.76
HSL288.84º53.09%15.88%-
HSV(B)288.84º69.35%24.31%-
XYZ2.621.64.73-
YUV34.37143.6142-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=40%
G=14.07%
B=45.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5419620.130.6900.76288.8453.0915.88
Hex36133ED4504C1213510
Octal6623761510501144416520
Binary11011010011111110110110001010100110010010000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36133E; }

 p { color: rgb(54,19,62); }

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

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

 a { background-color: rgb(54,19,62); }

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

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

 span { border-color: rgb(54,19,62); }

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