Html Css Color HEX #381E40 Blackcurrant

📋 copy color: '#381E40'

red 56 ◦ green 30 ◦ blue 64

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

Shades of Blackcurrant #381E40

Tints of Blackcurrant #381E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20%

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

R = 37.33%
G = 20%
B = 42.67%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381E40 (or 0x381E40) is known color: Blackcurrant. HEX triplet: 38, 1E and 40. RGB value is (56,30,64). Sum of RGB (Red+Green+Blue) = 56+30+64=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #381E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E40 is #C7E1BF. Grayscale: #292929. Windows color (decimal): -13099456 or 4202040. OLE color: 4202040.

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

Color convert

RGB 56 30 64 -
CMYK 0.13 0.53 0 0.75
HSL 285.88º 0.36% 0.18% -
HSV(B) 285.88º 0.53% 0.25% -
XYZ 3.02 2.14 5.1 -
YUV 41.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 56 30 64 0.13 0.53 0 0.75 285.88 0.36 0.18
Hex 38 1E 40 D 35 0 4B 11E 24 12
Octal 70 36 100 15 65 0 113 436 44 22
Binary 111000 11110 1000000 1101 110101 0 1001011 100011110 100100 10010

Color Harmonies of #381E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E40

Black with #381E40

Text Example


Text Example

White with #381E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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