#263234

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

Shades of Outer Space #263234

Tints of Outer Space #263234

Color information

#263234 (or 0x263234) is unknown color: approx Outer Space. HEX triplet: 26, 32 and 34. RGB value is (38,50,52). Sum of RGB (Red+Green+Blue) = 38+50+52=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 52 - color contains mainly: blue. Hex color #263234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263234 is #D9CDCB. Grayscale: #2E2E2E. Windows color (decimal): -14273996 or 3420710. OLE color: 3420710.

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

Color convert

RGB385052-
CMYK0.270.0400.80
HSL188.57º15.56%17.65%-
HSV(B)188.57º26.92%20.39%-
XYZ2.562.943.68-
YUV46.64131.02121.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=27.14%
G=35.71%
B=37.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850520.270.0400.80188.5715.5617.65
Hex2632341B4050bd1012
Octal46626433401202752022
Binary1001101100101101001101110001010000101111011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263234; }

 p { color: rgb(38,50,52); }

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

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

 a { background-color: rgb(38,50,52); }

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

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

 span { border-color: rgb(38,50,52); }

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