#381552

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

Shades of Blackcurrant #381552

Tints of Blackcurrant #381552

Color information

#381552 (or 0x381552) is unknown color: approx Blackcurrant. HEX triplet: 38, 15 and 52. RGB value is (56,21,82). Sum of RGB (Red+Green+Blue) = 56+21+82=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #381552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381552 is #C7EAAD. Grayscale: #262626. Windows color (decimal): -13101742 or 5379384. OLE color: 5379384.

HSL color Cylindrical-coordinate representation of color #381552: hue angle of 274.43º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #381552 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB562182-
CMYK0.320.7400.68
HSL274.43º59.22%20.2%-
HSV(B)274.43º74.39%32.16%-
XYZ3.421.998.19-
YUV38.42152.6140.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=35.22%
G=13.21%
B=51.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5621820.320.7400.68274.4359.2220.2
Hex381552204A0441123b14
Octal70251224011201044227324
Binary11100010101101001010000010010100100010010001001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381552; }

 p { color: rgb(56,21,82); }

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

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

 a { background-color: rgb(56,21,82); }

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

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

 span { border-color: rgb(56,21,82); }

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