#36133D

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

Shades of Blackcurrant #36133D

Tints of Blackcurrant #36133D

Color information

#36133D (or 0x36133D) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 3D. RGB value is (54,19,61). Sum of RGB (Red+Green+Blue) = 54+19+61=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #36133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36133D is #C9ECC2. Grayscale: #222222. Windows color (decimal): -13233347 or 4002614. OLE color: 4002614.

HSL color Cylindrical-coordinate representation of color #36133D: hue angle of 290º degrees, saturation: 0.52, 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 #36133D is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB541961-
CMYK0.110.6900.76
HSL290º52.5%15.69%-
HSV(B)290º68.85%23.92%-
XYZ2.61.594.58-
YUV34.25143.1142.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=40.30%
G=14.18%
B=45.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5419610.110.6900.7629052.515.69
Hex36133DB4504C1223410
Octal6623751310501144426420
Binary11011010011111101101110001010100110010010001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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