#380452

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

Shades of Blackcurrant #380452

Tints of Blackcurrant #380452

Color information

#380452 (or 0x380452) is unknown color: approx Blackcurrant. HEX triplet: 38, 04 and 52. RGB value is (56,4,82). Sum of RGB (Red+Green+Blue) = 56+4+82=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #380452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380452 is #C7FBAD. Grayscale: #1C1C1C. Windows color (decimal): -13106094 or 5375032. OLE color: 5375032.

HSL color Cylindrical-coordinate representation of color #380452: hue angle of 280º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380452 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56482-
CMYK0.320.9500.68
HSL280º90.7%16.86%-
HSV(B)280º95.12%32.16%-
XYZ3.21.548.11-
YUV28.44158.23147.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=39.44%
G=2.82%
B=57.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal564820.320.9500.6828090.716.86
Hex38452205F0441185b11
Octal70412240137010443013321
Binary1110001001010010100000101111101000100100011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380452; }

 p { color: rgb(56,4,82); }

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

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

 a { background-color: rgb(56,4,82); }

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

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

 span { border-color: rgb(56,4,82); }

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