Html Css Color HEX #3B3230 Gondola

📋 copy color: '#3B3230'

red 59 ◦ green 50 ◦ blue 48

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

Shades of Gondola #3B3230

Tints of Gondola #3B3230

RGB

 RED value IS 59 (23.44% from 255) = 37.58%

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

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

R = 37.58%
G = 31.85%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#3B3230 (or 0x3B3230) is known color: Gondola. HEX triplet: 3B, 32 and 30. RGB value is (59,50,48). Sum of RGB (Red+Green+Blue) = 59+50+48=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3230 is #C4CDCF. Grayscale: #343434. Windows color (decimal): -12897744 or 3158587. OLE color: 3158587.

HSL color Cylindrical-coordinate representation of color #3B3230: hue angle of 10.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3230 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 50 48 -
CMYK 0 0.15 0.19 0.77
HSL 10.91º 0.1% 0.21% -
HSV(B) 10.91º 0.19% 0.23% -
XYZ 3.48 3.42 3.27 -
YUV 52.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 59 50 48 0 0.15 0.19 0.77 10.91 0.1 0.21
Hex 3B 32 30 0 F 13 4D B A 15
Octal 73 62 60 0 17 23 115 13 12 25
Binary 111011 110010 110000 0 1111 10011 1001101 1011 1010 10101

Color Harmonies of #3B3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3230

Black with #3B3230

Text Example


Text Example

White with #3B3230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3230; }

 p { color: rgb(59,50,48); }

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

background-color css

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

 a { background-color: rgb(59,50,48); }

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

border-color css

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

 span { border-color: rgb(59,50,48); }

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