#380240

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

Shades of Blackcurrant #380240

Tints of Blackcurrant #380240

Color information

#380240 (or 0x380240) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 40. RGB value is (56,2,64). Sum of RGB (Red+Green+Blue) = 56+2+64=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #380240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380240 is #C7FDBF. Grayscale: #191919. Windows color (decimal): -13106624 or 4194872. OLE color: 4194872.

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

Color convert

RGB56264-
CMYK0.130.9700.75
HSL292.26º93.94%12.94%-
HSV(B)292.26º96.88%25.1%-
XYZ2.581.254.96-
YUV25.21149.89149.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=45.90%
G=1.64%
B=52.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal562640.130.9700.75292.2693.9412.94
Hex38240D6104B1245ed
Octal70210015141011344413615
Binary111000101000000110111000010100101110010010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380240; }

 p { color: rgb(56,2,64); }

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

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

 a { background-color: rgb(56,2,64); }

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

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

 span { border-color: rgb(56,2,64); }

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