#381442

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

Shades of Blackcurrant #381442

Tints of Blackcurrant #381442

Color information

#381442 (or 0x381442) is unknown color: approx Blackcurrant. HEX triplet: 38, 14 and 42. RGB value is (56,20,66). Sum of RGB (Red+Green+Blue) = 56+20+66=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #381442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381442 is #C7EBBD. Grayscale: #232323. Windows color (decimal): -13102014 or 4330552. OLE color: 4330552.

HSL color Cylindrical-coordinate representation of color #381442: hue angle of 286.96º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381442 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB562066-
CMYK0.150.7000.74
HSL286.96º53.49%16.86%-
HSV(B)286.96º69.7%25.88%-
XYZ2.861.735.34-
YUV36.01144.93142.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=39.44%
G=14.08%
B=46.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5620660.150.7000.74286.9653.4916.86
Hex381442F4604A11f3511
Octal70241021710601124376521
Binary111000101001000010111110001100100101010001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381442; }

 p { color: rgb(56,20,66); }

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

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

 a { background-color: rgb(56,20,66); }

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

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

 span { border-color: rgb(56,20,66); }

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