#380340

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

Shades of Blackcurrant #380340

Tints of Blackcurrant #380340

Color information

#380340 (or 0x380340) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 40. RGB value is (56,3,64). Sum of RGB (Red+Green+Blue) = 56+3+64=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #380340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380340 is #C7FCBF. Grayscale: #191919. Windows color (decimal): -13106368 or 4195128. OLE color: 4195128.

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

Color convert

RGB56364-
CMYK0.130.9500.75
HSL292.13º91.04%13.14%-
HSV(B)292.13º95.31%25.1%-
XYZ2.591.284.96-
YUV25.8149.56149.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=45.53%
G=2.44%
B=52.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563640.130.9500.75292.1391.0413.14
Hex38340D5F04B1245bd
Octal70310015137011344413315
Binary111000111000000110110111110100101110010010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380340; }

 p { color: rgb(56,3,64); }

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

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

 a { background-color: rgb(56,3,64); }

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

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

 span { border-color: rgb(56,3,64); }

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