#3B3730

Color #3B3730 Creole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Creole #3B3730

Tints of Creole #3B3730

Color information

#3B3730 (or 0x3B3730) is unknown color: approx Creole. HEX triplet: 3B, 37 and 30. RGB value is (59,55,48). Sum of RGB (Red+Green+Blue) = 59+55+48=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3730 is #C4C8CF. Grayscale: #373737. Windows color (decimal): -12896464 or 3159867. OLE color: 3159867.

HSL color Cylindrical-coordinate representation of color #3B3730: hue angle of 38.18º 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 #3B3730 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB595548-
CMYK00.070.190.77
HSL38.18º10.28%20.98%-
HSV(B)38.18º18.64%23.14%-
XYZ3.73.883.35-
YUV55.4123.83130.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=36.42%
G=33.95%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59554800.070.190.7738.1810.2820.98
Hex3B373007134D26a15
Octal7367600723115461225
Binary1110111101111100000111100111001101100110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B3730;
 }
 .AnyTagClassName
 {
   color: #3B3730;
 }
</style>
background-color css

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

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

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

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

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

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