#26373A

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

Shades of Outer Space #26373A

Tints of Outer Space #26373A

Color information

#26373A (or 0x26373A) is unknown color: approx Outer Space. HEX triplet: 26, 37 and 3A. RGB value is (38,55,58). Sum of RGB (Red+Green+Blue) = 38+55+58=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #26373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373A is #D9C8C5. Grayscale: #323232. Windows color (decimal): -14272710 or 3815206. OLE color: 3815206.

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

Color convert

RGB385558-
CMYK0.340.0500.77
HSL189º20.83%18.82%-
HSV(B)189º34.48%22.75%-
XYZ2.933.454.51-
YUV50.26132.37119.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=25.17%
G=36.42%
B=38.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3855580.340.0500.7718920.8318.82
Hex26373A22504Dbd1513
Octal46677242501152752523
Binary10011011011111101010001010101001101101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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