Html Css Color HEX #373238 Valentino

📋 copy color: '#373238'

red 55 ◦ green 50 ◦ blue 56

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

Shades of Valentino #373238

Tints of Valentino #373238

RGB

 RED value IS 55 (21.88% from 255) = 34.16%

 GREEN value IS 50 (19.92% from 255) = 31.06%

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

R = 34.16%
G = 31.06%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#373238 (or 0x373238) is known color: Valentino. HEX triplet: 37, 32 and 38. RGB value is (55,50,56). Sum of RGB (Red+Green+Blue) = 55+50+56=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: blue. Hex color #373238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373238 is #C8CDC7. Grayscale: #343434. Windows color (decimal): -13159880 or 3682871. OLE color: 3682871.

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

Color convert

RGB 55 50 56 -
CMYK 0.02 0.11 0 0.78
HSL 290º 0.06% 0.21% -
HSV(B) 290º 0.11% 0.22% -
XYZ 3.43 3.38 4.21 -
YUV 52.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 55 50 56 0.02 0.11 0 0.78 290 0.06 0.21
Hex 37 32 38 2 B 0 4E 122 6 15
Octal 67 62 70 2 13 0 116 442 6 25
Binary 110111 110010 111000 10 1011 0 1001110 100100010 110 10101

Color Harmonies of #373238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373238

Black with #373238

Text Example


Text Example

White with #373238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373238; }

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

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

background-color css

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

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

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

border-color css

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

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

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