#263541

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

Shades of Elephant #263541

Tints of Elephant #263541

Color information

#263541 (or 0x263541) is unknown color: approx Elephant. HEX triplet: 26, 35 and 41. RGB value is (38,53,65). Sum of RGB (Red+Green+Blue) = 38+53+65=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #263541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263541 is #D9CABE. Grayscale: #313131. Windows color (decimal): -14273215 or 4273446. OLE color: 4273446.

HSL color Cylindrical-coordinate representation of color #263541: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263541 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB385365-
CMYK0.420.1800.75
HSL206.67º26.21%20.2%-
HSV(B)206.67º41.54%25.49%-
XYZ3.033.345.49-
YUV49.88136.53119.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=24.36%
G=33.97%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3853650.420.1800.75206.6726.2120.2
Hex2635412A1204Bcf1a14
Octal4665101522201133173224
Binary10011011010110000011010101001001001011110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263541; }

 p { color: rgb(38,53,65); }

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

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

 a { background-color: rgb(38,53,65); }

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

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

 span { border-color: rgb(38,53,65); }

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