Html Css Color HEX #3D282E Castro

📋 copy color: '#3D282E'

red 61 ◦ green 40 ◦ blue 46

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

Shades of Castro #3D282E

Tints of Castro #3D282E

RGB

 RED value IS 61 (24.22% from 255) = 41.5%

 GREEN value IS 40 (16.02% from 255) = 27.21%

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 41.5%
G = 27.21%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#3D282E (or 0x3D282E) is known color: Castro. HEX triplet: 3D, 28 and 2E. RGB value is (61,40,46). Sum of RGB (Red+Green+Blue) = 61+40+46=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D282E is #C2D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12769234 or 3024957. OLE color: 3024957.

HSL color Cylindrical-coordinate representation of color #3D282E: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D282E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 40 46 -
CMYK 0 0.34 0.25 0.76
HSL 342.86º 0.21% 0.2% -
HSV(B) 342.86º 0.34% 0.24% -
XYZ 3.18 2.71 2.94 -
YUV 46.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 61 40 46 0 0.34 0.25 0.76 342.86 0.21 0.2
Hex 3D 28 2E 0 22 19 4C 157 15 14
Octal 75 50 56 0 42 31 114 527 25 24
Binary 111101 101000 101110 0 100010 11001 1001100 101010111 10101 10100

Color Harmonies of #3D282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D282E

Black with #3D282E

Text Example


Text Example

White with #3D282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,40,46); }

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

background-color css

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

 a { background-color: rgb(61,40,46); }

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

border-color css

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

 span { border-color: rgb(61,40,46); }

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