#38332A

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

Shades of Creole #38332A

Tints of Creole #38332A

Color information

#38332A (or 0x38332A) is unknown color: approx Creole. HEX triplet: 38, 33 and 2A. RGB value is (56,51,42). Sum of RGB (Red+Green+Blue) = 56+51+42=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #38332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38332A is #C7CCD5. Grayscale: #333333. Windows color (decimal): -13094102 or 2765624. OLE color: 2765624.

HSL color Cylindrical-coordinate representation of color #38332A: hue angle of 38.57º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38332A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB565142-
CMYK00.090.250.78
HSL38.57º14.29%19.22%-
HSV(B)38.57º25%21.96%-
XYZ3.233.382.67-
YUV51.47122.66131.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=37.58%
G=34.23%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56514200.090.250.7838.5714.2919.22
Hex38332A09194E27e13
Octal70635201131116471623
Binary11100011001110101001001110011001110100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38332A; }

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

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

<style>
 a { background-color: #38332A; }

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

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

<style>
 span { border-color: #38332A; }

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

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