#382541

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

Shades of Blackcurrant #382541

Tints of Blackcurrant #382541

Color information

#382541 (or 0x382541) is unknown color: approx Blackcurrant. HEX triplet: 38, 25 and 41. RGB value is (56,37,65). Sum of RGB (Red+Green+Blue) = 56+37+65=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #382541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382541 is #C7DABE. Grayscale: #2D2D2D. Windows color (decimal): -13097663 or 4269368. OLE color: 4269368.

HSL color Cylindrical-coordinate representation of color #382541: hue angle of 280.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382541 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB563765-
CMYK0.140.4300.75
HSL280.71º27.45%20%-
HSV(B)280.71º43.08%25.49%-
XYZ3.252.555.32-
YUV45.87138.79135.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=35.44%
G=23.42%
B=41.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5637650.140.4300.75280.7127.4520
Hex382541E2B04B1191b14
Octal7045101165301134313324
Binary11100010010110000011110101011010010111000110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382541; }

 p { color: rgb(56,37,65); }

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

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

 a { background-color: rgb(56,37,65); }

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

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

 span { border-color: rgb(56,37,65); }

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