#380343

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

Shades of Blackcurrant #380343

Tints of Blackcurrant #380343

Color information

#380343 (or 0x380343) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 43. RGB value is (56,3,67). Sum of RGB (Red+Green+Blue) = 56+3+67=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #380343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380343 is #C7FCBC. Grayscale: #191919. Windows color (decimal): -13106365 or 4391736. OLE color: 4391736.

HSL color Cylindrical-coordinate representation of color #380343: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380343 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB56367-
CMYK0.160.9600.74
HSL289.69º91.43%13.73%-
HSV(B)289.69º95.52%26.27%-
XYZ2.681.315.42-
YUV26.14151.06149.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 67 (26.56% from 255) = 53.17%
R=44.44%
G=2.38%
B=53.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal563670.160.9600.74289.6991.4313.73
Hex38343106004A1225be
Octal70310320140011244213316
Binary1110001110000111000011000000100101010010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380343; }

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

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

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

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

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

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

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

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