Html Css Color HEX #382736 Valentino

📋 copy color: '#382736'

red 56 ◦ green 39 ◦ blue 54

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

Shades of Valentino #382736

Tints of Valentino #382736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

 BLUE value IS 54 (21.48% from 255) = 36.24%

R = 37.58%
G = 26.17%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#382736 (or 0x382736) is known color: Valentino. HEX triplet: 38, 27 and 36. RGB value is (56,39,54). Sum of RGB (Red+Green+Blue) = 56+39+54=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382736 is #C7D8C9. Grayscale: #2D2D2D. Windows color (decimal): -13097162 or 3548984. OLE color: 3548984.

HSL color Cylindrical-coordinate representation of color #382736: hue angle of 307.06º 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 #382736 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 54 -
CMYK 0 0.30 0.04 0.78
HSL 307.06º 0.18% 0.19% -
HSV(B) 307.06º 0.3% 0.22% -
XYZ 3.02 2.56 3.82 -
YUV 45.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 56 39 54 0 0.30 0.04 0.78 307.06 0.18 0.19
Hex 38 27 36 0 1E 4 4E 133 12 13
Octal 70 47 66 0 36 4 116 463 22 23
Binary 111000 100111 110110 0 11110 100 1001110 100110011 10010 10011

Color Harmonies of #382736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382736

Black with #382736

Text Example


Text Example

White with #382736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382736; }

 p { color: rgb(56,39,54); }

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

background-color css

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

 a { background-color: rgb(56,39,54); }

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

border-color css

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

 span { border-color: rgb(56,39,54); }

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