#334344

Color #334344 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #334344

Tints of Dark Slate Grey #334344

Color information

#334344 (or 0x334344) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 43 and 44. RGB value is (51,67,68). Sum of RGB (Red+Green+Blue) = 51+67+68=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #334344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334344 is #CCBCBB. Grayscale: #3E3E3E. Windows color (decimal): -13417660 or 4473651. OLE color: 4473651.

HSL color Cylindrical-coordinate representation of color #334344: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #334344 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB516768-
CMYK0.250.0100.73
HSL183.53º14.29%23.33%-
HSV(B)183.53º25%26.67%-
XYZ4.425.146.23-
YUV62.33131.2119.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=27.42%
G=36.02%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5167680.250.0100.73183.5314.2923.33
Hex334344191049b8e17
Octal6310310431101112701627
Binary110011100001110001001100110100100110111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334344; }

 p { color: rgb(51,67,68); }

 H1.HeaderClassName
 {
   color: #334344;
 }
 .AnyTagClassName
 {
   color: #334344;
 }
</style>
background-color css

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

 a { background-color: rgb(51,67,68); }

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

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

 span { border-color: rgb(51,67,68); }

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