#382043

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

Shades of Blackcurrant #382043

Tints of Blackcurrant #382043

Color information

#382043 (or 0x382043) is unknown color: approx Blackcurrant. HEX triplet: 38, 20 and 43. RGB value is (56,32,67). Sum of RGB (Red+Green+Blue) = 56+32+67=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #382043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382043 is #C7DFBC. Grayscale: #2B2B2B. Windows color (decimal): -13098941 or 4399160. OLE color: 4399160.

HSL color Cylindrical-coordinate representation of color #382043: hue angle of 281.14º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382043 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB563267-
CMYK0.160.5200.74
HSL281.14º35.35%19.41%-
HSV(B)281.14º52.24%26.27%-
XYZ3.162.285.58-
YUV43.17141.45137.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=36.13%
G=20.65%
B=43.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5632670.160.5200.74281.1435.3519.41
Hex382043103404A1192313
Octal7040103206401124314323
Binary1110001000001000011100001101000100101010001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382043; }

 p { color: rgb(56,32,67); }

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

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

 a { background-color: rgb(56,32,67); }

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

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

 span { border-color: rgb(56,32,67); }

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