#283234

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

Shades of Outer Space #283234

Tints of Outer Space #283234

Color information

#283234 (or 0x283234) is unknown color: approx Outer Space. HEX triplet: 28, 32 and 34. RGB value is (40,50,52). Sum of RGB (Red+Green+Blue) = 40+50+52=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #283234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283234 is #D7CDCB. Grayscale: #2F2F2F. Windows color (decimal): -14142924 or 3420712. OLE color: 3420712.

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

Color convert

RGB405052-
CMYK0.230.0400.80
HSL190º13.04%18.04%-
HSV(B)190º23.08%20.39%-
XYZ2.642.983.69-
YUV47.24130.69122.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.17%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=28.17%
G=35.21%
B=36.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050520.230.0400.8019013.0418.04
Hex283234174050bed12
Octal50626427401202761522
Binary101000110010110100101111000101000010111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283234; }

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

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

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

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

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

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

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

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