#382140

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

Shades of Blackcurrant #382140

Tints of Blackcurrant #382140

Color information

#382140 (or 0x382140) is unknown color: approx Blackcurrant. HEX triplet: 38, 21 and 40. RGB value is (56,33,64). Sum of RGB (Red+Green+Blue) = 56+33+64=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #382140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382140 is #C7DEBF. Grayscale: #2B2B2B. Windows color (decimal): -13098688 or 4202808. OLE color: 4202808.

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

Color convert

RGB563364-
CMYK0.130.4800.75
HSL284.52º31.96%19.02%-
HSV(B)284.52º48.44%25.1%-
XYZ3.12.35.13-
YUV43.41139.62136.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=36.60%
G=21.57%
B=41.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5633640.130.4800.75284.5231.9619.02
Hex382140D3004B11d2013
Octal7041100156001134354023
Binary111000100001100000011011100000100101110001110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382140; }

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

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

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

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

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

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

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

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