Html Css Color HEX #383332 Gondola

📋 copy color: '#383332'

red 56 ◦ green 51 ◦ blue 50

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

Shades of Gondola #383332

Tints of Gondola #383332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 35.67%
G = 32.48%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#383332 (or 0x383332) is known color: Gondola. HEX triplet: 38, 33 and 32. RGB value is (56,51,50). Sum of RGB (Red+Green+Blue) = 56+51+50=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #383332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383332 is #C7CCCD. Grayscale: #343434. Windows color (decimal): -13094094 or 3289912. OLE color: 3289912.

HSL color Cylindrical-coordinate representation of color #383332: hue angle of 10º 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 #383332 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 50 -
CMYK 0 0.09 0.11 0.78
HSL 10º 0.06% 0.21% -
HSV(B) 10º 0.11% 0.22% -
XYZ 3.39 3.44 3.5 -
YUV 52.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 56 51 50 0 0.09 0.11 0.78 10 0.06 0.21
Hex 38 33 32 0 9 B 4E A 6 15
Octal 70 63 62 0 11 13 116 12 6 25
Binary 111000 110011 110010 0 1001 1011 1001110 1010 110 10101

Color Harmonies of #383332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383332

Black with #383332

Text Example


Text Example

White with #383332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383332; }

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

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

background-color css

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

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

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

border-color css

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

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

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