Html Css Color HEX #3A423F Corduroy

📋 copy color: '#3A423F'

red 58 ◦ green 66 ◦ blue 63

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

Shades of Corduroy #3A423F

Tints of Corduroy #3A423F

RGB

 RED value IS 58 (23.05% from 255) = 31.02%

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 31.02%
G = 35.29%
B = 33.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#3A423F (or 0x3A423F) is known color: Corduroy. HEX triplet: 3A, 42 and 3F. RGB value is (58,66,63). Sum of RGB (Red+Green+Blue) = 58+66+63=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #3A423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A423F is #C5BDC0. Grayscale: #3F3F3F. Windows color (decimal): -12959169 or 4145722. OLE color: 4145722.

HSL color Cylindrical-coordinate representation of color #3A423F: hue angle of 157.5º 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 #3A423F is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 63 -
CMYK 0.12 0 0.05 0.74
HSL 157.5º 0.06% 0.24% -
HSV(B) 157.5º 0.12% 0.26% -
XYZ 4.59 5.15 5.46 -
YUV 63.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 58 66 63 0.12 0 0.05 0.74 157.5 0.06 0.24
Hex 3A 42 3F C 0 5 4A 9E 6 18
Octal 72 102 77 14 0 5 112 236 6 30
Binary 111010 1000010 111111 1100 0 101 1001010 10011110 110 11000

Color Harmonies of #3A423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A423F

Black with #3A423F

Text Example


Text Example

White with #3A423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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