#380142

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

Shades of Blackcurrant #380142

Tints of Blackcurrant #380142

Color information

#380142 (or 0x380142) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 42. RGB value is (56,1,66). Sum of RGB (Red+Green+Blue) = 56+1+66=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #380142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380142 is #C7FEBD. Grayscale: #181818. Windows color (decimal): -13106878 or 4325688. OLE color: 4325688.

HSL color Cylindrical-coordinate representation of color #380142: hue angle of 290.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380142 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB56166-
CMYK0.150.9800.74
HSL290.77º97.01%13.14%-
HSV(B)290.77º98.48%25.88%-
XYZ2.631.265.26-
YUV24.86151.22150.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=45.53%
G=0.81%
B=53.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal561660.150.9800.74290.7797.0113.14
Hex38142F6204A12361d
Octal70110217142011244314115
Binary11100011000010111111000100100101010010001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380142; }

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

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

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

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

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

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

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

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