#383228

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

Shades of Creole #383228

Tints of Creole #383228

Color information

#383228 (or 0x383228) is unknown color: approx Creole. HEX triplet: 38, 32 and 28. RGB value is (56,50,40). Sum of RGB (Red+Green+Blue) = 56+50+40=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383228 is #C7CDD7. Grayscale: #323232. Windows color (decimal): -13094360 or 2634296. OLE color: 2634296.

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

Color convert

RGB565040-
CMYK00.110.290.78
HSL37.5º16.67%18.82%-
HSV(B)37.5º28.57%21.96%-
XYZ3.153.282.47-
YUV50.65121.99131.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=38.36%
G=34.25%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56504000.110.290.7837.516.6718.82
Hex3832280B1D4E261113
Octal70625001335116462123
Binary111000110010101000010111110110011101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383228; }

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

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

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

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

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

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

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

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