#344344

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

Shades of Dark Slate Grey #344344

Tints of Dark Slate Grey #344344

Color information

#344344 (or 0x344344) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 43 and 44. RGB value is (52,67,68). Sum of RGB (Red+Green+Blue) = 52+67+68=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #344344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344344 is #CBBCBB. Grayscale: #3E3E3E. Windows color (decimal): -13352124 or 4473652. OLE color: 4473652.

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

Color convert

RGB526768-
CMYK0.240.0100.73
HSL183.75º13.33%23.53%-
HSV(B)183.75º23.53%26.67%-
XYZ4.475.166.23-
YUV62.63131.03120.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=27.81%
G=35.83%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5267680.240.0100.73183.7513.3323.53
Hex344344181049b8d18
Octal6410310430101112701530
Binary110100100001110001001100010100100110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344344; }

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

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

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

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

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

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

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

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