#383126

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

Shades of Creole #383126

Tints of Creole #383126

Color information

#383126 (or 0x383126) is unknown color: approx Creole. HEX triplet: 38, 31 and 26. RGB value is (56,49,38). Sum of RGB (Red+Green+Blue) = 56+49+38=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383126 is #C7CED9. Grayscale: #313131. Windows color (decimal): -13094618 or 2502968. OLE color: 2502968.

HSL color Cylindrical-coordinate representation of color #383126: hue angle of 36.67º 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 #383126 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB564938-
CMYK00.120.320.78
HSL36.67º19.15%18.43%-
HSV(B)36.67º32.14%21.96%-
XYZ3.083.182.28-
YUV49.84121.32132.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=39.16%
G=34.27%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56493800.120.320.7836.6719.1518.43
Hex3831260C204E251312
Octal70614601440116452322
Binary1110001100011001100110010000010011101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383126; }

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

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

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

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

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

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

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

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