#380346

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

Shades of Blackcurrant #380346

Tints of Blackcurrant #380346

Color information

#380346 (or 0x380346) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 46. RGB value is (56,3,70). Sum of RGB (Red+Green+Blue) = 56+3+70=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #380346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380346 is #C7FCB9. Grayscale: #1A1A1A. Windows color (decimal): -13106362 or 4588344. OLE color: 4588344.

HSL color Cylindrical-coordinate representation of color #380346: hue angle of 287.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380346 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB56370-
CMYK0.200.9600.73
HSL287.46º91.78%14.31%-
HSV(B)287.46º95.71%27.45%-
XYZ2.771.355.91-
YUV26.48152.56149.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=43.41%
G=2.33%
B=54.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal563700.200.9600.73287.4691.7814.31
Hex38346146004911f5ce
Octal70310624140011143713416
Binary1110001110001101010011000000100100110001111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380346; }

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

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

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

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

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

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

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

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