#381041

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

Shades of Blackcurrant #381041

Tints of Blackcurrant #381041

Color information

#381041 (or 0x381041) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 41. RGB value is (56,16,65). Sum of RGB (Red+Green+Blue) = 56+16+65=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #381041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381041 is #C7EFBE. Grayscale: #212121. Windows color (decimal): -13103039 or 4263992. OLE color: 4263992.

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

Color convert

RGB561665-
CMYK0.140.7500.75
HSL288.98º60.49%15.88%-
HSV(B)288.98º75.38%25.49%-
XYZ2.771.595.16-
YUV33.55145.75144.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=40.88%
G=11.68%
B=47.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5616650.140.7500.75288.9860.4915.88
Hex381041E4B04B1213c10
Octal70201011611301134417420
Binary111000100001000001111010010110100101110010000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381041; }

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

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

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

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

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

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

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

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