#382041

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

Shades of Blackcurrant #382041

Tints of Blackcurrant #382041

Color information

#382041 (or 0x382041) is unknown color: approx Blackcurrant. HEX triplet: 38, 20 and 41. RGB value is (56,32,65). Sum of RGB (Red+Green+Blue) = 56+32+65=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #382041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382041 is #C7DFBE. Grayscale: #2A2A2A. Windows color (decimal): -13098943 or 4268088. OLE color: 4268088.

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

Color convert

RGB563265-
CMYK0.140.5100.75
HSL283.64º34.02%19.02%-
HSV(B)283.64º50.77%25.49%-
XYZ3.12.265.27-
YUV42.94140.45137.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=36.60%
G=20.92%
B=42.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5632650.140.5100.75283.6434.0219.02
Hex382041E3304B11c2213
Octal7040101166301134344223
Binary111000100000100000111101100110100101110001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382041; }

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

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

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

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

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

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

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

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