Html Css Color HEX #393038 Valentino

📋 copy color: '#393038'

red 57 ◦ green 48 ◦ blue 56

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

Shades of Valentino #393038

Tints of Valentino #393038

RGB

 RED value IS 57 (22.66% from 255) = 35.4%

 GREEN value IS 48 (19.14% from 255) = 29.81%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 35.4%
G = 29.81%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#393038 (or 0x393038) is known color: Valentino. HEX triplet: 39, 30 and 38. RGB value is (57,48,56). Sum of RGB (Red+Green+Blue) = 57+48+56=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 57 - color contains mainly: red. Hex color #393038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393038 is #C6CFC7. Grayscale: #333333. Windows color (decimal): -13029320 or 3682361. OLE color: 3682361.

HSL color Cylindrical-coordinate representation of color #393038: hue angle of 306.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393038 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 48 56 -
CMYK 0 0.16 0.02 0.78
HSL 306.67º 0.09% 0.21% -
HSV(B) 306.67º 0.16% 0.22% -
XYZ 3.46 3.27 4.19 -
YUV 51.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 57 48 56 0 0.16 0.02 0.78 306.67 0.09 0.21
Hex 39 30 38 0 10 2 4E 133 9 15
Octal 71 60 70 0 20 2 116 463 11 25
Binary 111001 110000 111000 0 10000 10 1001110 100110011 1001 10101

Color Harmonies of #393038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393038

Black with #393038

Text Example


Text Example

White with #393038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393038; }

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

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

background-color css

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

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

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

border-color css

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

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

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