#36262B

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

Shades of Aubergine #36262B

Tints of Aubergine #36262B

Color information

#36262B (or 0x36262B) is unknown color: approx Aubergine. HEX triplet: 36, 26 and 2B. RGB value is (54,38,43). Sum of RGB (Red+Green+Blue) = 54+38+43=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36262B is #C9D9D4. Grayscale: #2B2B2B. Windows color (decimal): -13228501 or 2827830. OLE color: 2827830.

HSL color Cylindrical-coordinate representation of color #36262B: hue angle of 341.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36262B is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB543843-
CMYK00.300.200.79
HSL341.25º17.39%18.04%-
HSV(B)341.25º29.63%21.18%-
XYZ2.652.342.6-
YUV43.35127.8135.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=40%
G=28.15%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54384300.300.200.79341.2517.3918.04
Hex36262B01E144F1551112
Octal664653036241175252122
Binary1101101001101010110111101010010011111010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36262B; }

 p { color: rgb(54,38,43); }

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

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

 a { background-color: rgb(54,38,43); }

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

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

 span { border-color: rgb(54,38,43); }

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