Html Css Color HEX #2C4041 Outer Space

📋 copy color: '#2C4041'

red 44 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #2C4041

Tints of Outer Space #2C4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 25.43%
G = 36.99%
B = 37.57%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C4041 (or 0x2C4041) is known color: Outer Space. HEX triplet: 2C, 40 and 41. RGB value is (44,64,65). Sum of RGB (Red+Green+Blue) = 44+64+65=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4041 is #D3BFBE. Grayscale: #3A3A3A. Windows color (decimal): -13877183 or 4276268. OLE color: 4276268.

HSL color Cylindrical-coordinate representation of color #2C4041: hue angle of 182.86º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C4041 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 64 65 -
CMYK 0.32 0.02 0 0.75
HSL 182.86º 0.19% 0.21% -
HSV(B) 182.86º 0.32% 0.25% -
XYZ 3.83 4.58 5.68 -
YUV 58.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 44 64 65 0.32 0.02 0 0.75 182.86 0.19 0.21
Hex 2C 40 41 20 2 0 4B B7 13 15
Octal 54 100 101 40 2 0 113 267 23 25
Binary 101100 1000000 1000001 100000 10 0 1001011 10110111 10011 10101

Color Harmonies of #2C4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4041

Black with #2C4041

Text Example


Text Example

White with #2C4041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,65); }

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

background-color css

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

 a { background-color: rgb(44,64,65); }

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

border-color css

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

 span { border-color: rgb(44,64,65); }

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