Html Css Color HEX #392A30 Toledo

📋 copy color: '#392A30'

red 57 ◦ green 42 ◦ blue 48

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

Shades of Toledo #392A30

Tints of Toledo #392A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.57%

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 38.78%
G = 28.57%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#392A30 (or 0x392A30) is known color: Toledo. HEX triplet: 39, 2A and 30. RGB value is (57,42,48). Sum of RGB (Red+Green+Blue) = 57+42+48=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #392A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A30 is #C6D5CF. Grayscale: #2F2F2F. Windows color (decimal): -13030864 or 3156537. OLE color: 3156537.

HSL color Cylindrical-coordinate representation of color #392A30: hue angle of 336º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392A30 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 48 -
CMYK 0 0.26 0.16 0.78
HSL 336º 0.15% 0.19% -
HSV(B) 336º 0.26% 0.22% -
XYZ 3.05 2.74 3.16 -
YUV 47.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 57 42 48 0 0.26 0.16 0.78 336 0.15 0.19
Hex 39 2A 30 0 1A 10 4E 150 F 13
Octal 71 52 60 0 32 20 116 520 17 23
Binary 111001 101010 110000 0 11010 10000 1001110 101010000 1111 10011

Color Harmonies of #392A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A30

Black with #392A30

Text Example


Text Example

White with #392A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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