Html Css Color HEX #3B4840 Goblin

📋 copy color: '#3B4840'

red 59 ◦ green 72 ◦ blue 64

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

Shades of Goblin #3B4840

Tints of Goblin #3B4840

RGB

 RED value IS 59 (23.44% from 255) = 30.26%

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

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 30.26%
G = 36.92%
B = 32.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#3B4840 (or 0x3B4840) is known color: Goblin. HEX triplet: 3B, 48 and 40. RGB value is (59,72,64). Sum of RGB (Red+Green+Blue) = 59+72+64=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4840 is #C4B7BF. Grayscale: #434343. Windows color (decimal): -12892096 or 4212795. OLE color: 4212795.

HSL color Cylindrical-coordinate representation of color #3B4840: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B4840 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 72 64 -
CMYK 0.18 0 0.11 0.72
HSL 143.08º 0.1% 0.26% -
HSV(B) 143.08º 0.18% 0.28% -
XYZ 5.05 5.93 5.73 -
YUV 67.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 59 72 64 0.18 0 0.11 0.72 143.08 0.1 0.26
Hex 3B 48 40 12 0 B 48 8F A 1A
Octal 73 110 100 22 0 13 110 217 12 32
Binary 111011 1001000 1000000 10010 0 1011 1001000 10001111 1010 11010

Color Harmonies of #3B4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4840

Black with #3B4840

Text Example


Text Example

White with #3B4840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4840; }

 p { color: rgb(59,72,64); }

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

background-color css

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

 a { background-color: rgb(59,72,64); }

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

border-color css

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

 span { border-color: rgb(59,72,64); }

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