Html Css Color HEX #26393D Outer Space

📋 copy color: '#26393D'

red 38 ◦ green 57 ◦ blue 61

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

Shades of Outer Space #26393D

Tints of Outer Space #26393D

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.1%

R = 24.36%
G = 36.54%
B = 39.1%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#26393D (or 0x26393D) is known color: 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

RGB 38 57 61 -
CMYK 0.38 0.07 0 0.76
HSL 190.43º 0.23% 0.19% -
HSV(B) 190.43º 0.38% 0.24% -
XYZ 3.1 3.68 4.96 -
YUV 51.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 38 57 61 0.38 0.07 0 0.76 190.43 0.23 0.19
Hex 26 39 3D 26 7 0 4C BE 17 13
Octal 46 71 75 46 7 0 114 276 27 23
Binary 100110 111001 111101 100110 111 0 1001100 10111110 10111 10011

Color Harmonies of #26393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26393D

Black with #26393D

Text Example


Text Example

White with #26393D

Text Example


Text Example

HTML Codes & Css Web 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>