Html Css Color HEX #414344 Charade

📋 copy color: '#414344'

red 65 ◦ green 67 ◦ blue 68

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

Shades of Charade #414344

Tints of Charade #414344

RGB

 RED value IS 65 (25.78% from 255) = 32.5%

 GREEN value IS 67 (26.56% from 255) = 33.5%

 BLUE value IS 68 (26.95% from 255) = 34%

R = 32.5%
G = 33.5%
B = 34%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#414344 (or 0x414344) is known color: Charade. HEX triplet: 41, 43 and 44. RGB value is (65,67,68). Sum of RGB (Red+Green+Blue) = 65+67+68=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 68 - color contains mainly: blue. Hex color #414344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414344 is #BEBCBB. Grayscale: #424242. Windows color (decimal): -12500156 or 4473665. OLE color: 4473665.

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

Color convert

RGB 65 67 68 -
CMYK 0.04 0.01 0 0.73
HSL 200º 0.02% 0.26% -
HSV(B) 200º 0.04% 0.27% -
XYZ 5.23 5.56 6.27 -
YUV 66.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 65 67 68 0.04 0.01 0 0.73 200 0.02 0.26
Hex 41 43 44 4 1 0 49 C8 2 1A
Octal 101 103 104 4 1 0 111 310 2 32
Binary 1000001 1000011 1000100 100 1 0 1001001 11001000 10 11010

Color Harmonies of #414344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414344

Black with #414344

Text Example


Text Example

White with #414344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414344; }

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

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

background-color css

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

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

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

border-color css

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

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

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