#380349

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

Shades of Blackcurrant #380349

Tints of Blackcurrant #380349

Color information

#380349 (or 0x380349) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 49. RGB value is (56,3,73). Sum of RGB (Red+Green+Blue) = 56+3+73=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #380349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380349 is #C7FCB6. Grayscale: #1A1A1A. Windows color (decimal): -13106359 or 4784952. OLE color: 4784952.

HSL color Cylindrical-coordinate representation of color #380349: hue angle of 285.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380349 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56373-
CMYK0.230.9600.71
HSL285.43º92.11%14.9%-
HSV(B)285.43º95.89%28.63%-
XYZ2.871.396.42-
YUV26.83154.06148.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=42.42%
G=2.27%
B=55.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal563730.230.9600.71285.4392.1114.9
Hex38349176004711d5cf
Octal70311127140010743513417
Binary1110001110010011011111000000100011110001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380349; }

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

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

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

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

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

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

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

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