Html Css Color HEX #423A3A Eclipse

📋 copy color: '#423A3A'

red 66 ◦ green 58 ◦ blue 58

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

Shades of Eclipse #423A3A

Tints of Eclipse #423A3A

RGB

 RED value IS 66 (26.17% from 255) = 36.26%

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

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

R = 36.26%
G = 31.87%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#423A3A (or 0x423A3A) is known color: Eclipse. HEX triplet: 42, 3A and 3A. RGB value is (66,58,58). Sum of RGB (Red+Green+Blue) = 66+58+58=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #423A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A3A is #BDC5C5. Grayscale: #3C3C3C. Windows color (decimal): -12436934 or 3816002. OLE color: 3816002.

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

Color convert

RGB 66 58 58 -
CMYK 0 0.12 0.12 0.74
HSL 0.06% 0.24% -
HSV(B) 0.12% 0.26% -
XYZ 4.52 4.49 4.63 -
YUV 60.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 66 58 58 0 0.12 0.12 0.74 0 0.06 0.24
Hex 42 3A 3A 0 C C 4A 0 6 18
Octal 102 72 72 0 14 14 112 0 6 30
Binary 1000010 111010 111010 0 1100 1100 1001010 0 110 11000

Color Harmonies of #423A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A3A

Black with #423A3A

Text Example


Text Example

White with #423A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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