#373338

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

Shades of Valentino #373338

Tints of Valentino #373338

Color information

#373338 (or 0x373338) is unknown color: approx Valentino. HEX triplet: 37, 33 and 38. RGB value is (55,51,56). Sum of RGB (Red+Green+Blue) = 55+51+56=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 56 - color contains mainly: blue. Hex color #373338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373338 is #C8CCC7. Grayscale: #343434. Windows color (decimal): -13159624 or 3683127. OLE color: 3683127.

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

Color convert

RGB555156-
CMYK0.020.0900.78
HSL288º4.67%20.98%-
HSV(B)288º8.93%21.96%-
XYZ3.473.474.23-
YUV52.77129.83129.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=33.95%
G=31.48%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5551560.020.0900.782884.6720.98
Hex3733382904E120515
Octal6763702110116440525
Binary1101111100111110001010010100111010010000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373338; }

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

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

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

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

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

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

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

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