#3A301E

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

Shades of Creole #3A301E

Tints of Creole #3A301E

Color information

#3A301E (or 0x3A301E) is unknown color: approx Creole. HEX triplet: 3A, 30 and 1E. RGB value is (58,48,30). Sum of RGB (Red+Green+Blue) = 58+48+30=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A301E is #C5CFE1. Grayscale: #313131. Windows color (decimal): -12963810 or 1978426. OLE color: 1978426.

HSL color Cylindrical-coordinate representation of color #3A301E: hue angle of 38.57º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A301E is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB584830-
CMYK00.170.480.77
HSL38.57º31.82%17.25%-
HSV(B)38.57º48.28%22.75%-
XYZ3.043.111.67-
YUV48.94117.31134.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.65%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=42.65%
G=35.29%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58483000.170.480.7738.5731.8217.25
Hex3A301E011304D272011
Octal72603602160115474021
Binary11101011000011110010001110000100110110011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,30); }

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

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

 a { background-color: rgb(58,48,30); }

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

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

 span { border-color: rgb(58,48,30); }

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