#383024

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

Shades of Creole #383024

Tints of Creole #383024

Color information

#383024 (or 0x383024) is unknown color: approx Creole. HEX triplet: 38, 30 and 24. RGB value is (56,48,36). Sum of RGB (Red+Green+Blue) = 56+48+36=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383024 is #C7CFDB. Grayscale: #313131. Windows color (decimal): -13094876 or 2371640. OLE color: 2371640.

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

Color convert

RGB564836-
CMYK00.140.360.78
HSL36º21.74%18.04%-
HSV(B)36º35.71%21.96%-
XYZ3.013.082.11-
YUV49.02120.65132.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=40%
G=34.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483600.140.360.783621.7418.04
Hex3830240E244E241612
Octal70604401644116442622
Binary1110001100001001000111010010010011101001001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383024; }

 p { color: rgb(56,48,36); }

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

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

 a { background-color: rgb(56,48,36); }

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

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

 span { border-color: rgb(56,48,36); }

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