Html Css Color HEX #26393B Outer Space

📋 copy color: '#26393B'

red 38 ◦ green 57 ◦ blue 59

#26393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #26393B

Tints of Outer Space #26393B

RGB

 RED value IS 38 (15.23% from 255) = 24.68%

 GREEN value IS 57 (22.66% from 255) = 37.01%

 BLUE value IS 59 (23.44% from 255) = 38.31%

R = 24.68%
G = 37.01%
B = 38.31%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#26393B (or 0x26393B) is known color: Outer Space. HEX triplet: 26, 39 and 3B. RGB value is (38,57,59). Sum of RGB (Red+Green+Blue) = 38+57+59=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 59 - color contains mainly: blue. Hex color #26393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26393B is #D9C6C4. Grayscale: #333333. Windows color (decimal): -14272197 or 3881254. OLE color: 3881254.

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

Color convert

RGB 38 57 59 -
CMYK 0.36 0.03 0 0.77
HSL 185.71º 0.22% 0.19% -
HSV(B) 185.71º 0.36% 0.23% -
XYZ 3.05 3.65 4.68 -
YUV 51.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 38 57 59 0.36 0.03 0 0.77 185.71 0.22 0.19
Hex 26 39 3B 24 3 0 4D BA 16 13
Octal 46 71 73 44 3 0 115 272 26 23
Binary 100110 111001 111011 100100 11 0 1001101 10111010 10110 10011

Color Harmonies of #26393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26393B

Black with #26393B

Text Example


Text Example

White with #26393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26393B;
 }
 .AnyTagClassName
 {
   color: #26393B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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