Html Css Color HEX #392B30 Toledo

📋 copy color: '#392B30'

red 57 ◦ green 43 ◦ blue 48

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

Shades of Toledo #392B30

Tints of Toledo #392B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.05%

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

R = 38.51%
G = 29.05%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#392B30 (or 0x392B30) is known color: Toledo. HEX triplet: 39, 2B and 30. RGB value is (57,43,48). Sum of RGB (Red+Green+Blue) = 57+43+48=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #392B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B30 is #C6D4CF. Grayscale: #2F2F2F. Windows color (decimal): -13030608 or 3156793. OLE color: 3156793.

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

Color convert

RGB 57 43 48 -
CMYK 0 0.25 0.16 0.78
HSL 338.57º 0.14% 0.2% -
HSV(B) 338.57º 0.25% 0.22% -
XYZ 3.08 2.81 3.18 -
YUV 47.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 57 43 48 0 0.25 0.16 0.78 338.57 0.14 0.2
Hex 39 2B 30 0 19 10 4E 153 E 14
Octal 71 53 60 0 31 20 116 523 16 24
Binary 111001 101011 110000 0 11001 10000 1001110 101010011 1110 10100

Color Harmonies of #392B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B30

Black with #392B30

Text Example


Text Example

White with #392B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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