#380F40

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

Shades of Blackcurrant #380F40

Tints of Blackcurrant #380F40

Color information

#380F40 (or 0x380F40) is unknown color: approx Blackcurrant. HEX triplet: 38, 0F and 40. RGB value is (56,15,64). Sum of RGB (Red+Green+Blue) = 56+15+64=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #380F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F40 is #C7F0BF. Grayscale: #202020. Windows color (decimal): -13103296 or 4198200. OLE color: 4198200.

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

Color convert

RGB561564-
CMYK0.130.7700.75
HSL290.2º62.03%15.49%-
HSV(B)290.2º76.56%25.1%-
XYZ2.731.555.01-
YUV32.84145.58144.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=41.48%
G=11.11%
B=47.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5615640.130.7700.75290.262.0315.49
Hex38F40D4D04B1223ef
Octal70171001511501134427617
Binary1110001111100000011011001101010010111001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380F40; }

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

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

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

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

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

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

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

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