Html Css Color HEX #334247 Big Stone

📋 copy color: '#334247'

red 51 ◦ green 66 ◦ blue 71

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

Shades of Big Stone #334247

Tints of Big Stone #334247

RGB

 RED value IS 51 (20.31% from 255) = 27.13%

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 27.13%
G = 35.11%
B = 37.77%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#334247 (or 0x334247) is known color: Big Stone. HEX triplet: 33, 42 and 47. RGB value is (51,66,71). Sum of RGB (Red+Green+Blue) = 51+66+71=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #334247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334247 is #CCBDB8. Grayscale: #3E3E3E. Windows color (decimal): -13417913 or 4670003. OLE color: 4670003.

HSL color Cylindrical-coordinate representation of color #334247: hue angle of 195º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #334247 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 66 71 -
CMYK 0.28 0.07 0 0.72
HSL 195º 0.16% 0.24% -
HSV(B) 195º 0.28% 0.28% -
XYZ 4.45 5.06 6.7 -
YUV 62.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 51 66 71 0.28 0.07 0 0.72 195 0.16 0.24
Hex 33 42 47 1C 7 0 48 C3 10 18
Octal 63 102 107 34 7 0 110 303 20 30
Binary 110011 1000010 1000111 11100 111 0 1001000 11000011 10000 11000

Color Harmonies of #334247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334247

Black with #334247

Text Example


Text Example

White with #334247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334247; }

 p { color: rgb(51,66,71); }

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

background-color css

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

 a { background-color: rgb(51,66,71); }

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

border-color css

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

 span { border-color: rgb(51,66,71); }

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