#2B4143

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

Shades of Outer Space #2B4143

Tints of Outer Space #2B4143

Color information

#2B4143 (or 0x2B4143) is unknown color: approx Outer Space. HEX triplet: 2B, 41 and 43. RGB value is (43,65,67). Sum of RGB (Red+Green+Blue) = 43+65+67=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #2B4143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4143 is #D4BEBC. Grayscale: #3A3A3A. Windows color (decimal): -13942461 or 4407595. OLE color: 4407595.

HSL color Cylindrical-coordinate representation of color #2B4143: hue angle of 185º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B4143 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB436567-
CMYK0.360.0300.74
HSL185º21.82%21.57%-
HSV(B)185º35.82%26.27%-
XYZ3.94.76.01-
YUV58.65132.71116.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=24.57%
G=37.14%
B=38.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4365670.360.0300.7418521.8221.57
Hex2B414324304Ab91616
Octal5310110344301122712626
Binary101011100000110000111001001101001010101110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,67); }

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

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

 a { background-color: rgb(43,65,67); }

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

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

 span { border-color: rgb(43,65,67); }

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