#380341

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

Shades of Blackcurrant #380341

Tints of Blackcurrant #380341

Color information

#380341 (or 0x380341) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 41. RGB value is (56,3,65). Sum of RGB (Red+Green+Blue) = 56+3+65=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #380341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380341 is #C7FCBE. Grayscale: #191919. Windows color (decimal): -13106367 or 4260664. OLE color: 4260664.

HSL color Cylindrical-coordinate representation of color #380341: hue angle of 291.29º 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 #380341 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB56365-
CMYK0.140.9500.75
HSL291.29º91.18%13.33%-
HSV(B)291.29º95.38%25.49%-
XYZ2.621.295.11-
YUV25.92150.06149.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=45.16%
G=2.42%
B=52.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563650.140.9500.75291.2991.1813.33
Hex38341E5F04B1235bd
Octal70310116137011344313315
Binary111000111000001111010111110100101110010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380341; }

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

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

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

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

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

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

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

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