Html Css Color HEX #263133 Outer Space

📋 copy color: '#263133'

red 38 ◦ green 49 ◦ blue 51

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

Shades of Outer Space #263133

Tints of Outer Space #263133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

 BLUE value IS 51 (20.31% from 255) = 36.96%

R = 27.54%
G = 35.51%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#263133 (or 0x263133) is known color: Outer Space. HEX triplet: 26, 31 and 33. RGB value is (38,49,51). Sum of RGB (Red+Green+Blue) = 38+49+51=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 51 - color contains mainly: blue. Hex color #263133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263133 is #D9CECC. Grayscale: #2D2D2D. Windows color (decimal): -14274253 or 3354918. OLE color: 3354918.

HSL color Cylindrical-coordinate representation of color #263133: hue angle of 189.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #263133 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 49 51 -
CMYK 0.25 0.04 0 0.8
HSL 189.23º 0.15% 0.17% -
HSV(B) 189.23º 0.25% 0.2% -
XYZ 2.5 2.85 3.55 -
YUV 45.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 38 49 51 0.25 0.04 0 0.8 189.23 0.15 0.17
Hex 26 31 33 19 4 0 50 BD F 11
Octal 46 61 63 31 4 0 120 275 17 21
Binary 100110 110001 110011 11001 100 0 1010000 10111101 1111 10001

Color Harmonies of #263133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263133

Black with #263133

Text Example


Text Example

White with #263133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263133; }

 p { color: rgb(38,49,51); }

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

background-color css

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

 a { background-color: rgb(38,49,51); }

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

border-color css

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

 span { border-color: rgb(38,49,51); }

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