Html Css Color HEX #2C3739 Outer Space

📋 copy color: '#2C3739'

red 44 ◦ green 55 ◦ blue 57

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

Shades of Outer Space #2C3739

Tints of Outer Space #2C3739

RGB

 RED value IS 44 (17.58% from 255) = 28.21%

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

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 28.21%
G = 35.26%
B = 36.54%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C3739 (or 0x2C3739) is known color: Outer Space. HEX triplet: 2C, 37 and 39. RGB value is (44,55,57). Sum of RGB (Red+Green+Blue) = 44+55+57=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 55 (21.88% from 255 or 35.26% 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 #2C3739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3739 is #D3C8C6. Grayscale: #333333. Windows color (decimal): -13879495 or 3749676. OLE color: 3749676.

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

Color convert

RGB 44 55 57 -
CMYK 0.23 0.04 0 0.78
HSL 189.23º 0.13% 0.2% -
HSV(B) 189.23º 0.23% 0.22% -
XYZ 3.14 3.56 4.39 -
YUV 51.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 44 55 57 0.23 0.04 0 0.78 189.23 0.13 0.2
Hex 2C 37 39 17 4 0 4E BD D 14
Octal 54 67 71 27 4 0 116 275 15 24
Binary 101100 110111 111001 10111 100 0 1001110 10111101 1101 10100

Color Harmonies of #2C3739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3739

Black with #2C3739

Text Example


Text Example

White with #2C3739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,55,57); }

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

background-color css

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

 a { background-color: rgb(44,55,57); }

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

border-color css

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

 span { border-color: rgb(44,55,57); }

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