#3B301F

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

Shades of Creole #3B301F

Tints of Creole #3B301F

Color information

#3B301F (or 0x3B301F) is unknown color: approx Creole. HEX triplet: 3B, 30 and 1F. RGB value is (59,48,31). Sum of RGB (Red+Green+Blue) = 59+48+31=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B301F is #C4CFE0. Grayscale: #313131. Windows color (decimal): -12898273 or 2043963. OLE color: 2043963.

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

Color convert

RGB594831-
CMYK00.190.470.77
HSL36.43º31.11%17.65%-
HSV(B)36.43º47.46%23.14%-
XYZ3.113.141.74-
YUV49.35117.64134.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=42.75%
G=34.78%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59483100.190.470.7736.4331.1117.65
Hex3B301F0132F4D241f12
Octal73603702357115443722
Binary1110111100001111101001110111110011011001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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