Html Css Color HEX #423F3F Eclipse

📋 copy color: '#423F3F'

red 66 ◦ green 63 ◦ blue 63

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

Shades of Eclipse #423F3F

Tints of Eclipse #423F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 34.38%
G = 32.81%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#423F3F (or 0x423F3F) is known color: Eclipse. HEX triplet: 42, 3F and 3F. RGB value is (66,63,63). Sum of RGB (Red+Green+Blue) = 66+63+63=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 66 - color contains mainly: red. Hex color #423F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F3F is #BDC0C0. Grayscale: #3F3F3F. Windows color (decimal): -12435649 or 4144962. OLE color: 4144962.

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

Color convert

RGB 66 63 63 -
CMYK 0 0.05 0.05 0.74
HSL 0.02% 0.25% -
HSV(B) 0.05% 0.26% -
XYZ 4.92 5.07 5.42 -
YUV 63.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 66 63 63 0 0.05 0.05 0.74 0 0.02 0.25
Hex 42 3F 3F 0 5 5 4A 0 2 19
Octal 102 77 77 0 5 5 112 0 2 31
Binary 1000010 111111 111111 0 101 101 1001010 0 10 11001

Color Harmonies of #423F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F3F

Black with #423F3F

Text Example


Text Example

White with #423F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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