#3B342B

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

Shades of Creole #3B342B

Tints of Creole #3B342B

Color information

#3B342B (or 0x3B342B) is unknown color: approx Creole. HEX triplet: 3B, 34 and 2B. RGB value is (59,52,43). Sum of RGB (Red+Green+Blue) = 59+52+43=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B342B is #C4CBD4. Grayscale: #353535. Windows color (decimal): -12897237 or 2831419. OLE color: 2831419.

HSL color Cylindrical-coordinate representation of color #3B342B: hue angle of 33.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B342B is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB595243-
CMYK00.120.270.77
HSL33.75º15.69%20%-
HSV(B)33.75º27.12%23.14%-
XYZ3.473.562.79-
YUV53.07122.32132.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=38.31%
G=33.77%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59524300.120.270.7733.7515.6920
Hex3B342B0C1B4D221014
Octal73645301433115422024
Binary111011110100101011011001101110011011000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,43); }

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

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

 a { background-color: rgb(59,52,43); }

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

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

 span { border-color: rgb(59,52,43); }

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