#373438

Color #373438 Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #373438

Tints of Valentino #373438

Color information

#373438 (or 0x373438) is unknown color: approx Valentino. HEX triplet: 37, 34 and 38. RGB value is (55,52,56). Sum of RGB (Red+Green+Blue) = 55+52+56=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 56 - color contains mainly: blue. Hex color #373438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373438 is #C8CBC7. Grayscale: #353535. Windows color (decimal): -13159368 or 3683383. OLE color: 3683383.

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

Color convert

RGB555256-
CMYK0.020.0700.78
HSL285º3.7%21.18%-
HSV(B)285º7.14%21.96%-
XYZ3.523.554.24-
YUV53.35129.49129.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=33.74%
G=31.90%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552560.020.0700.782853.721.18
Hex3734382704E11d415
Octal676470270116435425
Binary110111110100111000101110100111010001110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373438; }

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

 H1.HeaderClassName
 {
   color: #373438;
 }
 .AnyTagClassName
 {
   color: #373438;
 }
</style>
background-color css

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

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

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

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

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

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