Html Css Color HEX #382E2B Gondola

📋 copy color: '#382E2B'

red 56 ◦ green 46 ◦ blue 43

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

Shades of Gondola #382E2B

Tints of Gondola #382E2B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.72%

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 38.62%
G = 31.72%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#382E2B (or 0x382E2B) is known color: Gondola. HEX triplet: 38, 2E and 2B. RGB value is (56,46,43). Sum of RGB (Red+Green+Blue) = 56+46+43=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E2B is #C7D1D4. Grayscale: #303030. Windows color (decimal): -13095381 or 2829880. OLE color: 2829880.

HSL color Cylindrical-coordinate representation of color #382E2B: hue angle of 13.85º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #382E2B is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 43 -
CMYK 0 0.18 0.23 0.78
HSL 13.85º 0.13% 0.19% -
HSV(B) 13.85º 0.23% 0.22% -
XYZ 3.04 2.97 2.7 -
YUV 48.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 56 46 43 0 0.18 0.23 0.78 13.85 0.13 0.19
Hex 38 2E 2B 0 12 17 4E E D 13
Octal 70 56 53 0 22 27 116 16 15 23
Binary 111000 101110 101011 0 10010 10111 1001110 1110 1101 10011

Color Harmonies of #382E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E2B

Black with #382E2B

Text Example


Text Example

White with #382E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E2B; }

 p { color: rgb(56,46,43); }

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

background-color css

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

 a { background-color: rgb(56,46,43); }

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

border-color css

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

 span { border-color: rgb(56,46,43); }

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