#380344

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

Shades of Blackcurrant #380344

Tints of Blackcurrant #380344

Color information

#380344 (or 0x380344) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 44. RGB value is (56,3,68). Sum of RGB (Red+Green+Blue) = 56+3+68=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #380344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380344 is #C7FCBB. Grayscale: #1A1A1A. Windows color (decimal): -13106364 or 4457272. OLE color: 4457272.

HSL color Cylindrical-coordinate representation of color #380344: hue angle of 288.92º 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 #380344 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB56368-
CMYK0.180.9600.73
HSL288.92º91.55%13.92%-
HSV(B)288.92º95.59%26.67%-
XYZ2.711.325.58-
YUV26.26151.56149.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=44.09%
G=2.36%
B=53.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal563680.180.9600.73288.9291.5513.92
Hex3834412600491215ce
Octal70310422140011144113416
Binary1110001110001001001011000000100100110010000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380344; }

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

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

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

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

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

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

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

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