#380852

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

Shades of Blackcurrant #380852

Tints of Blackcurrant #380852

Color information

#380852 (or 0x380852) is unknown color: approx Blackcurrant. HEX triplet: 38, 08 and 52. RGB value is (56,8,82). Sum of RGB (Red+Green+Blue) = 56+8+82=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #380852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380852 is #C7F7AD. Grayscale: #1E1E1E. Windows color (decimal): -13105070 or 5376056. OLE color: 5376056.

HSL color Cylindrical-coordinate representation of color #380852: hue angle of 278.92º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380852 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56882-
CMYK0.320.9000.68
HSL278.92º82.22%17.65%-
HSV(B)278.92º90.24%32.16%-
XYZ3.241.628.13-
YUV30.79156.9145.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=38.36%
G=5.48%
B=56.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal568820.320.9000.68278.9282.2217.65
Hex38852205A0441175212
Octal701012240132010442712222
Binary11100010001010010100000101101001000100100010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380852; }

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

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

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

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

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

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

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

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