#263335

Color #263335 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #263335

Tints of Outer Space #263335

Color information

#263335 (or 0x263335) is unknown color: approx Outer Space. HEX triplet: 26, 33 and 35. RGB value is (38,51,53). Sum of RGB (Red+Green+Blue) = 38+51+53=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #263335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263335 is #D9CCCA. Grayscale: #2F2F2F. Windows color (decimal): -14273739 or 3486502. OLE color: 3486502.

HSL color Cylindrical-coordinate representation of color #263335: hue angle of 188º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #263335 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB385153-
CMYK0.280.0400.79
HSL188º16.48%17.84%-
HSV(B)188º28.3%20.78%-
XYZ2.633.043.82-
YUV47.34131.19121.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=26.76%
G=35.92%
B=37.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3851530.280.0400.7918816.4817.84
Hex2633351C404Fbc1012
Octal46636534401172742022
Binary1001101100111101011110010001001111101111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263335; }

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

 H1.HeaderClassName
 {
   color: #263335;
 }
 .AnyTagClassName
 {
   color: #263335;
 }
</style>
background-color css

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

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

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

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

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

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