Html Css Color HEX #381F40 Blackcurrant

📋 copy color: '#381F40'

red 56 ◦ green 31 ◦ blue 64

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

Shades of Blackcurrant #381F40

Tints of Blackcurrant #381F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

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

R = 37.09%
G = 20.53%
B = 42.38%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381F40 (or 0x381F40) is known color: Blackcurrant. HEX triplet: 38, 1F and 40. RGB value is (56,31,64). Sum of RGB (Red+Green+Blue) = 56+31+64=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #381F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F40 is #C7E0BF. Grayscale: #2A2A2A. Windows color (decimal): -13099200 or 4202296. OLE color: 4202296.

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

Color convert

RGB 56 31 64 -
CMYK 0.13 0.52 0 0.75
HSL 285.45º 0.35% 0.19% -
HSV(B) 285.45º 0.52% 0.25% -
XYZ 3.05 2.19 5.11 -
YUV 42.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 56 31 64 0.13 0.52 0 0.75 285.45 0.35 0.19
Hex 38 1F 40 D 34 0 4B 11D 23 13
Octal 70 37 100 15 64 0 113 435 43 23
Binary 111000 11111 1000000 1101 110100 0 1001011 100011101 100011 10011

Color Harmonies of #381F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F40

Black with #381F40

Text Example


Text Example

White with #381F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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