Html Css Color HEX #2F4041 Outer Space

📋 copy color: '#2F4041'

red 47 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #2F4041

Tints of Outer Space #2F4041

RGB

 RED value IS 47 (18.75% from 255) = 26.7%

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

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

R = 26.7%
G = 36.36%
B = 36.93%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F4041 (or 0x2F4041) is known color: Outer Space. HEX triplet: 2F, 40 and 41. RGB value is (47,64,65). Sum of RGB (Red+Green+Blue) = 47+64+65=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4041 is #D0BFBE. Grayscale: #3B3B3B. Windows color (decimal): -13680575 or 4276271. OLE color: 4276271.

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

Color convert

RGB 47 64 65 -
CMYK 0.28 0.02 0 0.75
HSL 183.33º 0.16% 0.22% -
HSV(B) 183.33º 0.28% 0.25% -
XYZ 3.96 4.65 5.69 -
YUV 59.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 47 64 65 0.28 0.02 0 0.75 183.33 0.16 0.22
Hex 2F 40 41 1C 2 0 4B B7 10 16
Octal 57 100 101 34 2 0 113 267 20 26
Binary 101111 1000000 1000001 11100 10 0 1001011 10110111 10000 10110

Color Harmonies of #2F4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4041

Black with #2F4041

Text Example


Text Example

White with #2F4041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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