Html Css Color HEX #26383A Outer Space

📋 copy color: '#26383A'

red 38 ◦ green 56 ◦ blue 58

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

Shades of Outer Space #26383A

Tints of Outer Space #26383A

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 value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#26383A (or 0x26383A) is known color: 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

RGB 38 56 58 -
CMYK 0.34 0.03 0 0.77
HSL 186º 0.21% 0.19% -
HSV(B) 186º 0.34% 0.23% -
XYZ 2.98 3.55 4.53 -
YUV 50.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 38 56 58 0.34 0.03 0 0.77 186 0.21 0.19
Hex 26 38 3A 22 3 0 4D BA 15 13
Octal 46 70 72 42 3 0 115 272 25 23
Binary 100110 111000 111010 100010 11 0 1001101 10111010 10101 10011

Color Harmonies of #26383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26383A

Black with #26383A

Text Example


Text Example

White with #26383A

Text Example


Text Example

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