Html Css Color HEX #2B393B Outer Space

📋 copy color: '#2B393B'

red 43 ◦ green 57 ◦ blue 59

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

Shades of Outer Space #2B393B

Tints of Outer Space #2B393B

RGB

 RED value IS 43 (17.19% from 255) = 27.04%

 GREEN value IS 57 (22.66% from 255) = 35.85%

 BLUE value IS 59 (23.44% from 255) = 37.11%

R = 27.04%
G = 35.85%
B = 37.11%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2B393B (or 0x2B393B) is known color: Outer Space. HEX triplet: 2B, 39 and 3B. RGB value is (43,57,59). Sum of RGB (Red+Green+Blue) = 43+57+59=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B393B is #D4C6C4. Grayscale: #353535. Windows color (decimal): -13944517 or 3881259. OLE color: 3881259.

HSL color Cylindrical-coordinate representation of color #2B393B: hue angle of 187.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B393B is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 43 57 59 -
CMYK 0.27 0.03 0 0.77
HSL 187.5º 0.16% 0.2% -
HSV(B) 187.5º 0.27% 0.23% -
XYZ 3.25 3.76 4.69 -
YUV 53.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 43 57 59 0.27 0.03 0 0.77 187.5 0.16 0.2
Hex 2B 39 3B 1B 3 0 4D BC 10 14
Octal 53 71 73 33 3 0 115 274 20 24
Binary 101011 111001 111011 11011 11 0 1001101 10111100 10000 10100

Color Harmonies of #2B393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B393B

Black with #2B393B

Text Example


Text Example

White with #2B393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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