Html Css Color HEX #381430 Melanzane

📋 copy color: '#381430'

red 56 ◦ green 20 ◦ blue 48

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

Shades of Melanzane #381430

Tints of Melanzane #381430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 45.16%
G = 16.13%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#381430 (or 0x381430) is known color: Melanzane. HEX triplet: 38, 14 and 30. RGB value is (56,20,48). Sum of RGB (Red+Green+Blue) = 56+20+48=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381430 is #C7EBCF. Grayscale: #212121. Windows color (decimal): -13102032 or 3150904. OLE color: 3150904.

HSL color Cylindrical-coordinate representation of color #381430: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381430 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 48 -
CMYK 0 0.64 0.14 0.78
HSL 313.33º 0.47% 0.15% -
HSV(B) 313.33º 0.64% 0.22% -
XYZ 2.41 1.55 2.97 -
YUV 33.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 56 20 48 0 0.64 0.14 0.78 313.33 0.47 0.15
Hex 38 14 30 0 40 E 4E 139 2F F
Octal 70 24 60 0 100 16 116 471 57 17
Binary 111000 10100 110000 0 1000000 1110 1001110 100111001 101111 1111

Color Harmonies of #381430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381430

Black with #381430

Text Example


Text Example

White with #381430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381430; }

 p { color: rgb(56,20,48); }

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

background-color css

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

 a { background-color: rgb(56,20,48); }

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

border-color css

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

 span { border-color: rgb(56,20,48); }

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