Html Css Color HEX #414843 Goblin

📋 copy color: '#414843'

red 65 ◦ green 72 ◦ blue 67

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

Shades of Goblin #414843

Tints of Goblin #414843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

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

R = 31.86%
G = 35.29%
B = 32.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#414843 (or 0x414843) is known color: Goblin. HEX triplet: 41, 48 and 43. RGB value is (65,72,67). Sum of RGB (Red+Green+Blue) = 65+72+67=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #414843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414843 is #BEB7BC. Grayscale: #454545. Windows color (decimal): -12498877 or 4409409. OLE color: 4409409.

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

Color convert

RGB 65 72 67 -
CMYK 0.10 0 0.07 0.72
HSL 137.14º 0.05% 0.27% -
HSV(B) 137.14º 0.1% 0.28% -
XYZ 5.51 6.16 6.21 -
YUV 69.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 65 72 67 0.10 0 0.07 0.72 137.14 0.05 0.27
Hex 41 48 43 A 0 7 48 89 5 1B
Octal 101 110 103 12 0 7 110 211 5 33
Binary 1000001 1001000 1000011 1010 0 111 1001000 10001001 101 11011

Color Harmonies of #414843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414843

Black with #414843

Text Example


Text Example

White with #414843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414843; }

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

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

background-color css

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

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

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

border-color css

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

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

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