#383026

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

Shades of Creole #383026

Tints of Creole #383026

Color information

#383026 (or 0x383026) is unknown color: approx Creole. HEX triplet: 38, 30 and 26. RGB value is (56,48,38). Sum of RGB (Red+Green+Blue) = 56+48+38=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #383026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383026 is #C7CFD9. Grayscale: #313131. Windows color (decimal): -13094874 or 2502712. OLE color: 2502712.

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

Color convert

RGB564838-
CMYK00.140.320.78
HSL33.33º19.15%18.43%-
HSV(B)33.33º32.14%21.96%-
XYZ3.043.092.27-
YUV49.25121.65132.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=39.44%
G=33.80%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483800.140.320.7833.3319.1518.43
Hex3830260E204E211312
Octal70604601640116412322
Binary1110001100001001100111010000010011101000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383026; }

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

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

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

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

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

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

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

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