#381741

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

Shades of Blackcurrant #381741

Tints of Blackcurrant #381741

Color information

#381741 (or 0x381741) is unknown color: approx Blackcurrant. HEX triplet: 38, 17 and 41. RGB value is (56,23,65). Sum of RGB (Red+Green+Blue) = 56+23+65=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #381741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381741 is #C7E8BE. Grayscale: #252525. Windows color (decimal): -13101247 or 4265784. OLE color: 4265784.

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

Color convert

RGB562365-
CMYK0.140.6500.75
HSL287.14º47.73%17.25%-
HSV(B)287.14º64.62%25.49%-
XYZ2.891.845.2-
YUV37.66143.43141.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=38.89%
G=15.97%
B=45.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5623650.140.6500.75287.1447.7317.25
Hex381741E4104B11f3011
Octal70271011610101134376021
Binary111000101111000001111010000010100101110001111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381741; }

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

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

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

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

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

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

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

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