#361948

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

Shades of Blackcurrant #361948

Tints of Blackcurrant #361948

Color information

#361948 (or 0x361948) is unknown color: approx Blackcurrant. HEX triplet: 36, 19 and 48. RGB value is (54,25,72). Sum of RGB (Red+Green+Blue) = 54+25+72=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #361948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361948 is #C9E6B7. Grayscale: #262626. Windows color (decimal): -13231800 or 4725046. OLE color: 4725046.

HSL color Cylindrical-coordinate representation of color #361948: hue angle of 277.02º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361948 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB542572-
CMYK0.250.6500.72
HSL277.02º48.45%19.02%-
HSV(B)277.02º65.28%28.24%-
XYZ3.041.956.35-
YUV39.03146.61138.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=35.76%
G=16.56%
B=47.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5425720.250.6500.72277.0248.4519.02
Hex36194819410481153013
Octal66311103110101104256023
Binary1101101100110010001100110000010100100010001010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361948; }

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

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

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

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

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

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

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

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