#363128

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

Shades of Creole #363128

Tints of Creole #363128

Color information

#363128 (or 0x363128) is unknown color: approx Creole. HEX triplet: 36, 31 and 28. RGB value is (54,49,40). Sum of RGB (Red+Green+Blue) = 54+49+40=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #363128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363128 is #C9CED7. Grayscale: #313131. Windows color (decimal): -13225688 or 2634038. OLE color: 2634038.

HSL color Cylindrical-coordinate representation of color #363128: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363128 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB544940-
CMYK00.090.260.79
HSL38.57º14.89%18.43%-
HSV(B)38.57º25.93%21.18%-
XYZ33.132.45-
YUV49.47122.66131.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=37.76%
G=34.27%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54494000.090.260.7938.5714.8918.43
Hex363128091A4F27f12
Octal66615001132117471722
Binary11011011000110100001001110101001111100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363128; }

 p { color: rgb(54,49,40); }

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

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

 a { background-color: rgb(54,49,40); }

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

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

 span { border-color: rgb(54,49,40); }

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