#26393D

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

Shades of Outer Space #26393D

Tints of Outer Space #26393D

Color information

#26393D (or 0x26393D) is unknown color: approx Outer Space. HEX triplet: 26, 39 and 3D. RGB value is (38,57,61). Sum of RGB (Red+Green+Blue) = 38+57+61=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #26393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26393D is #D9C6C2. Grayscale: #333333. Windows color (decimal): -14272195 or 4012326. OLE color: 4012326.

HSL color Cylindrical-coordinate representation of color #26393D: hue angle of 190.43º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #26393D is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB385761-
CMYK0.380.0700.76
HSL190.43º23.23%19.41%-
HSV(B)190.43º37.7%23.92%-
XYZ3.13.684.96-
YUV51.78133.21118.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=24.36%
G=36.54%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3857610.380.0700.76190.4323.2319.41
Hex26393D26704Cbe1713
Octal46717546701142762723
Binary10011011100111110110011011101001100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26393D; }

 p { color: rgb(38,57,61); }

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

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

 a { background-color: rgb(38,57,61); }

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

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

 span { border-color: rgb(38,57,61); }

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