#360B48

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

Shades of Blackcurrant #360B48

Tints of Blackcurrant #360B48

Color information

#360B48 (or 0x360B48) is unknown color: approx Blackcurrant. HEX triplet: 36, 0B and 48. RGB value is (54,11,72). Sum of RGB (Red+Green+Blue) = 54+11+72=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #360B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B48 is #C9F4B7. Grayscale: #1E1E1E. Windows color (decimal): -13235384 or 4721462. OLE color: 4721462.

HSL color Cylindrical-coordinate representation of color #360B48: hue angle of 282.3º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360B48 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB541172-
CMYK0.250.8500.72
HSL282.3º73.49%16.27%-
HSV(B)282.3º84.72%28.24%-
XYZ2.811.496.27-
YUV30.81151.25144.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=39.42%
G=8.03%
B=52.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5411720.250.8500.72282.373.4916.27
Hex36B48195504811a4910
Octal661311031125011043211120
Binary1101101011100100011001101010101001000100011010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360B48; }

 p { color: rgb(54,11,72); }

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

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

 a { background-color: rgb(54,11,72); }

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

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

 span { border-color: rgb(54,11,72); }

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