Html Css Color HEX #2D4041 Outer Space

📋 copy color: '#2D4041'

red 45 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #2D4041

Tints of Outer Space #2D4041

RGB

 RED value IS 45 (17.97% from 255) = 25.86%

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

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

R = 25.86%
G = 36.78%
B = 37.36%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2D4041 (or 0x2D4041) is known color: Outer Space. HEX triplet: 2D, 40 and 41. RGB value is (45,64,65). Sum of RGB (Red+Green+Blue) = 45+64+65=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #2D4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4041 is #D2BFBE. Grayscale: #3A3A3A. Windows color (decimal): -13811647 or 4276269. OLE color: 4276269.

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

Color convert

RGB 45 64 65 -
CMYK 0.31 0.02 0 0.75
HSL 183º 0.18% 0.22% -
HSV(B) 183º 0.31% 0.25% -
XYZ 3.87 4.61 5.69 -
YUV 58.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 45 64 65 0.31 0.02 0 0.75 183 0.18 0.22
Hex 2D 40 41 1F 2 0 4B B7 12 16
Octal 55 100 101 37 2 0 113 267 22 26
Binary 101101 1000000 1000001 11111 10 0 1001011 10110111 10010 10110

Color Harmonies of #2D4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4041

Black with #2D4041

Text Example


Text Example

White with #2D4041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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