#26383A

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

Shades of Outer Space #26383A

Tints of Outer Space #26383A

Color information

#26383A (or 0x26383A) is unknown color: approx Outer Space. HEX triplet: 26, 38 and 3A. RGB value is (38,56,58). Sum of RGB (Red+Green+Blue) = 38+56+58=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #26383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26383A is #D9C7C5. Grayscale: #323232. Windows color (decimal): -14272454 or 3815462. OLE color: 3815462.

HSL color Cylindrical-coordinate representation of color #26383A: hue angle of 186º 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 #26383A is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB385658-
CMYK0.340.0300.77
HSL186º20.83%18.82%-
HSV(B)186º34.48%22.75%-
XYZ2.983.554.53-
YUV50.85132.04118.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=25%
G=36.84%
B=38.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3856580.340.0300.7718620.8318.82
Hex26383A22304Dba1513
Octal46707242301152722523
Binary1001101110001110101000101101001101101110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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