Html Css Color HEX #383331 Gondola

📋 copy color: '#383331'

red 56 ◦ green 51 ◦ blue 49

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

Shades of Gondola #383331

Tints of Gondola #383331

RGB

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

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

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

R = 35.9%
G = 32.69%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#383331 (or 0x383331) is known color: Gondola. HEX triplet: 38, 33 and 31. RGB value is (56,51,49). Sum of RGB (Red+Green+Blue) = 56+51+49=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #383331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383331 is #C7CCCE. Grayscale: #343434. Windows color (decimal): -13094095 or 3224376. OLE color: 3224376.

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

Color convert

RGB 56 51 49 -
CMYK 0 0.09 0.12 0.78
HSL 17.14º 0.07% 0.21% -
HSV(B) 17.14º 0.13% 0.22% -
XYZ 3.37 3.43 3.39 -
YUV 52.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 56 51 49 0 0.09 0.12 0.78 17.14 0.07 0.21
Hex 38 33 31 0 9 C 4E 11 7 15
Octal 70 63 61 0 11 14 116 21 7 25
Binary 111000 110011 110001 0 1001 1100 1001110 10001 111 10101

Color Harmonies of #383331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383331

Black with #383331

Text Example


Text Example

White with #383331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383331; }

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

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

background-color css

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

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

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

border-color css

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

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

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