Html Css Color HEX #2B373A Outer Space

📋 copy color: '#2B373A'

red 43 ◦ green 55 ◦ blue 58

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

Shades of Outer Space #2B373A

Tints of Outer Space #2B373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.26%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 27.56%
G = 35.26%
B = 37.18%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2B373A (or 0x2B373A) is known color: Outer Space. HEX triplet: 2B, 37 and 3A. RGB value is (43,55,58). Sum of RGB (Red+Green+Blue) = 43+55+58=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B373A is #D4C8C5. Grayscale: #333333. Windows color (decimal): -13945030 or 3815211. OLE color: 3815211.

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

Color convert

RGB 43 55 58 -
CMYK 0.26 0.05 0 0.77
HSL 192º 0.15% 0.2% -
HSV(B) 192º 0.26% 0.23% -
XYZ 3.13 3.55 4.52 -
YUV 51.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 43 55 58 0.26 0.05 0 0.77 192 0.15 0.2
Hex 2B 37 3A 1A 5 0 4D C0 F 14
Octal 53 67 72 32 5 0 115 300 17 24
Binary 101011 110111 111010 11010 101 0 1001101 11000000 1111 10100

Color Harmonies of #2B373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B373A

Black with #2B373A

Text Example


Text Example

White with #2B373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,58); }

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

background-color css

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

 a { background-color: rgb(43,55,58); }

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

border-color css

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

 span { border-color: rgb(43,55,58); }

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