#2B3839

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

Shades of Outer Space #2B3839

Tints of Outer Space #2B3839

Color information

#2B3839 (or 0x2B3839) is unknown color: approx Outer Space. HEX triplet: 2B, 38 and 39. RGB value is (43,56,57). Sum of RGB (Red+Green+Blue) = 43+56+57=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3839 is #D4C7C6. Grayscale: #343434. Windows color (decimal): -13944775 or 3749931. OLE color: 3749931.

HSL color Cylindrical-coordinate representation of color #2B3839: hue angle of 184.29º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B3839 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB435657-
CMYK0.250.0200.78
HSL184.29º14%19.61%-
HSV(B)184.29º24.56%22.35%-
XYZ3.153.644.41-
YUV52.23130.69121.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=27.56%
G=35.90%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4356570.250.0200.78184.291419.61
Hex2B383919204Eb8e14
Octal53707131201162701624
Binary10101111100011100111001100100111010111000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3839; }

 p { color: rgb(43,56,57); }

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

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

 a { background-color: rgb(43,56,57); }

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

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

 span { border-color: rgb(43,56,57); }

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