Html Css Color HEX #414943 Goblin

📋 copy color: '#414943'

red 65 ◦ green 73 ◦ blue 67

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

Shades of Goblin #414943

Tints of Goblin #414943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 67 (26.56% from 255) = 32.68%

R = 31.71%
G = 35.61%
B = 32.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#414943 (or 0x414943) is known color: Goblin. HEX triplet: 41, 49 and 43. RGB value is (65,73,67). Sum of RGB (Red+Green+Blue) = 65+73+67=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #414943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414943 is #BEB6BC. Grayscale: #454545. Windows color (decimal): -12498621 or 4409665. OLE color: 4409665.

HSL color Cylindrical-coordinate representation of color #414943: hue angle of 135º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #414943 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 67 -
CMYK 0.11 0 0.08 0.71
HSL 135º 0.06% 0.27% -
HSV(B) 135º 0.11% 0.29% -
XYZ 5.58 6.29 6.23 -
YUV 69.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 65 73 67 0.11 0 0.08 0.71 135 0.06 0.27
Hex 41 49 43 B 0 8 47 87 6 1B
Octal 101 111 103 13 0 10 107 207 6 33
Binary 1000001 1001001 1000011 1011 0 1000 1000111 10000111 110 11011

Color Harmonies of #414943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414943

Black with #414943

Text Example


Text Example

White with #414943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414943; }

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

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

background-color css

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

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

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

border-color css

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

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

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