Html Css Color HEX #26373B Outer Space

📋 copy color: '#26373B'

red 38 ◦ green 55 ◦ blue 59

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

Shades of Outer Space #26373B

Tints of Outer Space #26373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

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

R = 25%
G = 36.18%
B = 38.82%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#26373B (or 0x26373B) is known color: Outer Space. HEX triplet: 26, 37 and 3B. RGB value is (38,55,59). Sum of RGB (Red+Green+Blue) = 38+55+59=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #26373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373B is #D9C8C4. Grayscale: #323232. Windows color (decimal): -14272709 or 3880742. OLE color: 3880742.

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

Color convert

RGB 38 55 59 -
CMYK 0.36 0.07 0 0.77
HSL 191.43º 0.22% 0.19% -
HSV(B) 191.43º 0.36% 0.23% -
XYZ 2.95 3.46 4.65 -
YUV 50.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 38 55 59 0.36 0.07 0 0.77 191.43 0.22 0.19
Hex 26 37 3B 24 7 0 4D BF 16 13
Octal 46 67 73 44 7 0 115 277 26 23
Binary 100110 110111 111011 100100 111 0 1001101 10111111 10110 10011

Color Harmonies of #26373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26373B

Black with #26373B

Text Example


Text Example

White with #26373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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