#380141

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

Shades of Blackcurrant #380141

Tints of Blackcurrant #380141

Color information

#380141 (or 0x380141) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 41. RGB value is (56,1,65). Sum of RGB (Red+Green+Blue) = 56+1+65=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #380141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380141 is #C7FEBE. Grayscale: #181818. Windows color (decimal): -13106879 or 4260152. OLE color: 4260152.

HSL color Cylindrical-coordinate representation of color #380141: hue angle of 291.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380141 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB56165-
CMYK0.140.9800.75
HSL291.56º96.97%12.94%-
HSV(B)291.56º98.46%25.49%-
XYZ2.61.245.1-
YUV24.74150.72150.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=45.90%
G=0.82%
B=53.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal561650.140.9800.75291.5696.9712.94
Hex38141E6204B12461d
Octal70110116142011344414115
Binary11100011000001111011000100100101110010010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380141; }

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

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

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

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

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

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

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

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