#26373B

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

Shades of Outer Space #26373B

Tints of Outer Space #26373B

Color information

#26373B (or 0x26373B) is unknown color: approx Outer Space. HEX triplet: 26, 37 and 3B. RGB value is (38,55,59). Sum of RGB (Red+Green+Blue) = 38+55+59=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #26373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373B is #D9C8C4. Grayscale: #323232. Windows color (decimal): -14272709 or 3880742. OLE color: 3880742.

HSL color Cylindrical-coordinate representation of color #26373B: hue angle of 191.43º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26373B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB385559-
CMYK0.360.0700.77
HSL191.43º21.65%19.02%-
HSV(B)191.43º35.59%23.14%-
XYZ2.953.464.65-
YUV50.37132.87119.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=25%
G=36.18%
B=38.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3855590.360.0700.77191.4321.6519.02
Hex26373B24704Dbf1613
Octal46677344701152772623
Binary10011011011111101110010011101001101101111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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