Html Css Color HEX #381940 Blackcurrant

📋 copy color: '#381940'

red 56 ◦ green 25 ◦ blue 64

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

Shades of Blackcurrant #381940

Tints of Blackcurrant #381940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

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

R = 38.62%
G = 17.24%
B = 44.14%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381940 (or 0x381940) is known color: Blackcurrant. HEX triplet: 38, 19 and 40. RGB value is (56,25,64). Sum of RGB (Red+Green+Blue) = 56+25+64=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #381940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381940 is #C7E6BF. Grayscale: #262626. Windows color (decimal): -13100736 or 4200760. OLE color: 4200760.

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

Color convert

RGB 56 25 64 -
CMYK 0.13 0.61 0 0.75
HSL 287.69º 0.44% 0.17% -
HSV(B) 287.69º 0.61% 0.25% -
XYZ 2.9 1.91 5.07 -
YUV 38.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 56 25 64 0.13 0.61 0 0.75 287.69 0.44 0.17
Hex 38 19 40 D 3D 0 4B 120 2C 11
Octal 70 31 100 15 75 0 113 440 54 21
Binary 111000 11001 1000000 1101 111101 0 1001011 100100000 101100 10001

Color Harmonies of #381940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381940

Black with #381940

Text Example


Text Example

White with #381940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381940; }

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

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

background-color css

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

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

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

border-color css

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

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

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