Html Css Color HEX #383037 Valentino

📋 copy color: '#383037'

red 56 ◦ green 48 ◦ blue 55

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

Shades of Valentino #383037

Tints of Valentino #383037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 35.22%
G = 30.19%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#383037 (or 0x383037) is known color: Valentino. HEX triplet: 38, 30 and 37. RGB value is (56,48,55). Sum of RGB (Red+Green+Blue) = 56+48+55=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383037 is #C7CFC8. Grayscale: #333333. Windows color (decimal): -13094857 or 3616824. OLE color: 3616824.

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

Color convert

RGB 56 48 55 -
CMYK 0 0.14 0.02 0.78
HSL 307.5º 0.08% 0.2% -
HSV(B) 307.5º 0.14% 0.22% -
XYZ 3.38 3.23 4.06 -
YUV 51.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 56 48 55 0 0.14 0.02 0.78 307.5 0.08 0.2
Hex 38 30 37 0 E 2 4E 134 8 14
Octal 70 60 67 0 16 2 116 464 10 24
Binary 111000 110000 110111 0 1110 10 1001110 100110100 1000 10100

Color Harmonies of #383037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383037

Black with #383037

Text Example


Text Example

White with #383037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383037; }

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

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

background-color css

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

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

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

border-color css

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

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

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