Html Css Color HEX #383231 Gondola

📋 copy color: '#383231'

red 56 ◦ green 50 ◦ blue 49

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

Shades of Gondola #383231

Tints of Gondola #383231

RGB

 RED value IS 56 (22.27% from 255) = 36.13%

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

 BLUE value IS 49 (19.53% from 255) = 31.61%

R = 36.13%
G = 32.26%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#383231 (or 0x383231) is known color: Gondola. HEX triplet: 38, 32 and 31. RGB value is (56,50,49). Sum of RGB (Red+Green+Blue) = 56+50+49=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #383231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383231 is #C7CDCE. Grayscale: #333333. Windows color (decimal): -13094351 or 3224120. OLE color: 3224120.

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

Color convert

RGB 56 50 49 -
CMYK 0 0.11 0.12 0.78
HSL 8.57º 0.07% 0.21% -
HSV(B) 8.57º 0.13% 0.22% -
XYZ 3.33 3.34 3.38 -
YUV 51.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 56 50 49 0 0.11 0.12 0.78 8.57 0.07 0.21
Hex 38 32 31 0 B C 4E 9 7 15
Octal 70 62 61 0 13 14 116 11 7 25
Binary 111000 110010 110001 0 1011 1100 1001110 1001 111 10101

Color Harmonies of #383231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383231

Black with #383231

Text Example


Text Example

White with #383231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383231; }

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

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

background-color css

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

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

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

border-color css

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

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

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