Html Css Color HEX #382839 Valentino

📋 copy color: '#382839'

red 56 ◦ green 40 ◦ blue 57

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

Shades of Valentino #382839

Tints of Valentino #382839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

 BLUE value IS 57 (22.66% from 255) = 37.25%

R = 36.6%
G = 26.14%
B = 37.25%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382839 (or 0x382839) is known color: Valentino. HEX triplet: 38, 28 and 39. RGB value is (56,40,57). Sum of RGB (Red+Green+Blue) = 56+40+57=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 57 - color contains mainly: blue. Hex color #382839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382839 is #C7D7C6. Grayscale: #2E2E2E. Windows color (decimal): -13096903 or 3745848. OLE color: 3745848.

HSL color Cylindrical-coordinate representation of color #382839: hue angle of 296.47º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382839 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 57 -
CMYK 0.02 0.30 0 0.78
HSL 296.47º 0.18% 0.19% -
HSV(B) 296.47º 0.3% 0.22% -
XYZ 3.13 2.65 4.22 -
YUV 46.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 56 40 57 0.02 0.30 0 0.78 296.47 0.18 0.19
Hex 38 28 39 2 1E 0 4E 128 12 13
Octal 70 50 71 2 36 0 116 450 22 23
Binary 111000 101000 111001 10 11110 0 1001110 100101000 10010 10011

Color Harmonies of #382839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382839

Black with #382839

Text Example


Text Example

White with #382839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382839; }

 p { color: rgb(56,40,57); }

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

background-color css

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

 a { background-color: rgb(56,40,57); }

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

border-color css

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

 span { border-color: rgb(56,40,57); }

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