Html Css Color HEX #382040 Blackcurrant

📋 copy color: '#382040'

red 56 ◦ green 32 ◦ blue 64

#382040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #382040

Tints of Blackcurrant #382040

RGB

 RED value IS 56 (22.27% from 255) = 36.84%

 GREEN value IS 32 (12.89% from 255) = 21.05%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 36.84%
G = 21.05%
B = 42.11%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382040 (or 0x382040) is known color: Blackcurrant. HEX triplet: 38, 20 and 40. RGB value is (56,32,64). Sum of RGB (Red+Green+Blue) = 56+32+64=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #382040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382040 is #C7DFBF. Grayscale: #2A2A2A. Windows color (decimal): -13098944 or 4202552. OLE color: 4202552.

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

Color convert

RGB 56 32 64 -
CMYK 0.13 0.50 0 0.75
HSL 285º 0.33% 0.19% -
HSV(B) 285º 0.5% 0.25% -
XYZ 3.07 2.24 5.12 -
YUV 42.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 56 32 64 0.13 0.50 0 0.75 285 0.33 0.19
Hex 38 20 40 D 32 0 4B 11D 21 13
Octal 70 40 100 15 62 0 113 435 41 23
Binary 111000 100000 1000000 1101 110010 0 1001011 100011101 100001 10011

Color Harmonies of #382040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382040

Black with #382040

Text Example


Text Example

White with #382040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382040; }

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

 H1.HeaderClassName
 {
   color: #382040;
 }
 .AnyTagClassName
 {
   color: #382040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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