Html Css Color HEX #383130 Gondola

📋 copy color: '#383130'

red 56 ◦ green 49 ◦ blue 48

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

Shades of Gondola #383130

Tints of Gondola #383130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

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

R = 36.6%
G = 32.03%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#383130 (or 0x383130) is known color: Gondola. HEX triplet: 38, 31 and 30. RGB value is (56,49,48). Sum of RGB (Red+Green+Blue) = 56+49+48=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #383130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383130 is #C7CECF. Grayscale: #323232. Windows color (decimal): -13094608 or 3158328. OLE color: 3158328.

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

Color convert

RGB 56 49 48 -
CMYK 0 0.12 0.14 0.78
HSL 7.5º 0.08% 0.2% -
HSV(B) 7.5º 0.14% 0.22% -
XYZ 3.26 3.25 3.25 -
YUV 50.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 56 49 48 0 0.12 0.14 0.78 7.5 0.08 0.2
Hex 38 31 30 0 C E 4E 8 8 14
Octal 70 61 60 0 14 16 116 10 10 24
Binary 111000 110001 110000 0 1100 1110 1001110 1000 1000 10100

Color Harmonies of #383130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383130

Black with #383130

Text Example


Text Example

White with #383130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383130; }

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

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

background-color css

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

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

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

border-color css

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

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

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