#383229

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

Shades of Creole #383229

Tints of Creole #383229

Color information

#383229 (or 0x383229) is unknown color: approx Creole. HEX triplet: 38, 32 and 29. RGB value is (56,50,41). Sum of RGB (Red+Green+Blue) = 56+50+41=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #383229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383229 is #C7CDD6. Grayscale: #323232. Windows color (decimal): -13094359 or 2699832. OLE color: 2699832.

HSL color Cylindrical-coordinate representation of color #383229: hue angle of 36º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383229 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB565041-
CMYK00.110.270.78
HSL36º15.46%19.02%-
HSV(B)36º26.79%21.96%-
XYZ3.173.282.56-
YUV50.77122.49131.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=38.10%
G=34.01%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56504100.110.270.783615.4619.02
Hex3832290B1B4E24f13
Octal70625101333116441723
Binary11100011001010100101011110111001110100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383229; }

 p { color: rgb(56,50,41); }

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

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

 a { background-color: rgb(56,50,41); }

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

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

 span { border-color: rgb(56,50,41); }

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