Html Css Color HEX #413A3A Eclipse

📋 copy color: '#413A3A'

red 65 ◦ green 58 ◦ blue 58

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

Shades of Eclipse #413A3A

Tints of Eclipse #413A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.04%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 35.91%
G = 32.04%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#413A3A (or 0x413A3A) is known color: Eclipse. HEX triplet: 41, 3A and 3A. RGB value is (65,58,58). Sum of RGB (Red+Green+Blue) = 65+58+58=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #413A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A3A is #BEC5C5. Grayscale: #3C3C3C. Windows color (decimal): -12502470 or 3816001. OLE color: 3816001.

HSL color Cylindrical-coordinate representation of color #413A3A: hue angle of 0º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #413A3A is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 58 -
CMYK 0 0.11 0.11 0.75
HSL 0.06% 0.24% -
HSV(B) 0.11% 0.25% -
XYZ 4.46 4.46 4.63 -
YUV 60.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 65 58 58 0 0.11 0.11 0.75 0 0.06 0.24
Hex 41 3A 3A 0 B B 4B 0 6 18
Octal 101 72 72 0 13 13 113 0 6 30
Binary 1000001 111010 111010 0 1011 1011 1001011 0 110 11000

Color Harmonies of #413A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A3A

Black with #413A3A

Text Example


Text Example

White with #413A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A3A; }

 p { color: rgb(65,58,58); }

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

background-color css

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

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

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

border-color css

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

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

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