#381641

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

Shades of Blackcurrant #381641

Tints of Blackcurrant #381641

Color information

#381641 (or 0x381641) is unknown color: approx Blackcurrant. HEX triplet: 38, 16 and 41. RGB value is (56,22,65). Sum of RGB (Red+Green+Blue) = 56+22+65=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #381641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381641 is #C7E9BE. Grayscale: #242424. Windows color (decimal): -13101503 or 4265528. OLE color: 4265528.

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

Color convert

RGB562265-
CMYK0.140.6600.75
HSL287.44º49.43%17.06%-
HSV(B)287.44º66.15%25.49%-
XYZ2.871.85.2-
YUV37.07143.76141.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=39.16%
G=15.38%
B=45.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5622650.140.6600.75287.4449.4317.06
Hex381641E4204B11f3111
Octal70261011610201134376121
Binary111000101101000001111010000100100101110001111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381641; }

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

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

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

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

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

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

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

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