#3A332A

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

Shades of Creole #3A332A

Tints of Creole #3A332A

Color information

#3A332A (or 0x3A332A) is unknown color: approx Creole. HEX triplet: 3A, 33 and 2A. RGB value is (58,51,42). Sum of RGB (Red+Green+Blue) = 58+51+42=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A332A is #C5CCD5. Grayscale: #343434. Windows color (decimal): -12963030 or 2765626. OLE color: 2765626.

HSL color Cylindrical-coordinate representation of color #3A332A: 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.28%. Process color model (Four color, CMYK) of #3A332A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB585142-
CMYK00.120.280.77
HSL33.75º16%19.61%-
HSV(B)33.75º27.59%22.75%-
XYZ3.353.432.68-
YUV52.07122.32132.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=38.41%
G=33.77%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58514200.120.280.7733.751619.61
Hex3A332A0C1C4D221014
Octal72635201434115422024
Binary111010110011101010011001110010011011000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,42); }

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

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

 a { background-color: rgb(58,51,42); }

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

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

 span { border-color: rgb(58,51,42); }

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