#380652

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

Shades of Blackcurrant #380652

Tints of Blackcurrant #380652

Color information

#380652 (or 0x380652) is unknown color: approx Blackcurrant. HEX triplet: 38, 06 and 52. RGB value is (56,6,82). Sum of RGB (Red+Green+Blue) = 56+6+82=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #380652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380652 is #C7F9AD. Grayscale: #1D1D1D. Windows color (decimal): -13105582 or 5375544. OLE color: 5375544.

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

Color convert

RGB56682-
CMYK0.320.9300.68
HSL279.47º86.36%17.25%-
HSV(B)279.47º92.68%32.16%-
XYZ3.221.588.12-
YUV29.61157.56146.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 82 (32.42% from 255) = 56.94%
R=38.89%
G=4.17%
B=56.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal566820.320.9300.68279.4786.3617.25
Hex38652205D0441175611
Octal70612240135010442712621
Binary1110001101010010100000101110101000100100010111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380652; }

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

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

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

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

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

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

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

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