#26463B

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

Shades of Burnham #26463B

Tints of Burnham #26463B

Color information

#26463B (or 0x26463B) is unknown color: approx Burnham. HEX triplet: 26, 46 and 3B. RGB value is (38,70,59). Sum of RGB (Red+Green+Blue) = 38+70+59=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #26463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26463B is #D9B9C4. Grayscale: #3B3B3B. Windows color (decimal): -14268869 or 3884582. OLE color: 3884582.

HSL color Cylindrical-coordinate representation of color #26463B: hue angle of 159.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26463B is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB387059-
CMYK0.4600.160.73
HSL159.38º29.63%21.18%-
HSV(B)159.38º45.71%27.45%-
XYZ3.785.114.92-
YUV59.18127.9112.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=22.75%
G=41.92%
B=35.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870590.4600.160.73159.3829.6321.18
Hex26463B2E010499f1e15
Octal4610673560201112373625
Binary10011010001101110111011100100001001001100111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,70,59); }

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

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

 a { background-color: rgb(38,70,59); }

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

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

 span { border-color: rgb(38,70,59); }

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