Html Css Color HEX #381D46 Blackcurrant

📋 copy color: '#381D46'

red 56 ◦ green 29 ◦ blue 70

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

Shades of Blackcurrant #381D46

Tints of Blackcurrant #381D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 36.13%
G = 18.71%
B = 45.16%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381D46 (or 0x381D46) is known color: Blackcurrant. HEX triplet: 38, 1D and 46. RGB value is (56,29,70). Sum of RGB (Red+Green+Blue) = 56+29+70=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #381D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D46 is #C7E2B9. Grayscale: #292929. Windows color (decimal): -13099706 or 4595000. OLE color: 4595000.

HSL color Cylindrical-coordinate representation of color #381D46: hue angle of 279.51º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381D46 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 29 70 -
CMYK 0.20 0.59 0 0.73
HSL 279.51º 0.41% 0.19% -
HSV(B) 279.51º 0.59% 0.27% -
XYZ 3.18 2.16 6.04 -
YUV 41.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 56 29 70 0.20 0.59 0 0.73 279.51 0.41 0.19
Hex 38 1D 46 14 3B 0 49 118 29 13
Octal 70 35 106 24 73 0 111 430 51 23
Binary 111000 11101 1000110 10100 111011 0 1001001 100011000 101001 10011

Color Harmonies of #381D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D46

Black with #381D46

Text Example


Text Example

White with #381D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,70); }

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

background-color css

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

 a { background-color: rgb(56,29,70); }

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

border-color css

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

 span { border-color: rgb(56,29,70); }

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