#2C363D

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

Shades of Elephant #2C363D

Tints of Elephant #2C363D

Color information

#2C363D (or 0x2C363D) is unknown color: approx Elephant. HEX triplet: 2C, 36 and 3D. RGB value is (44,54,61). Sum of RGB (Red+Green+Blue) = 44+54+61=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C363D is #D3C9C2. Grayscale: #333333. Windows color (decimal): -13879747 or 4011564. OLE color: 4011564.

HSL color Cylindrical-coordinate representation of color #2C363D: hue angle of 204.71º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C363D is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB445461-
CMYK0.280.1100.76
HSL204.71º16.19%20.59%-
HSV(B)204.71º27.87%23.92%-
XYZ3.23.514.92-
YUV51.81133.19122.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=27.67%
G=33.96%
B=38.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4454610.280.1100.76204.7116.1920.59
Hex2C363D1CB04Ccd1015
Octal546675341301143152025
Binary10110011011011110111100101101001100110011011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C363D; }

 p { color: rgb(44,54,61); }

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

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

 a { background-color: rgb(44,54,61); }

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

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

 span { border-color: rgb(44,54,61); }

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