Html Css Color HEX #3D252C Castro

📋 copy color: '#3D252C'

red 61 ◦ green 37 ◦ blue 44

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

Shades of Castro #3D252C

Tints of Castro #3D252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 42.96%
G = 26.06%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#3D252C (or 0x3D252C) is known color: Castro. HEX triplet: 3D, 25 and 2C. RGB value is (61,37,44). Sum of RGB (Red+Green+Blue) = 61+37+44=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D252C is #C2DAD3. Grayscale: #2C2C2C. Windows color (decimal): -12770004 or 2893117. OLE color: 2893117.

HSL color Cylindrical-coordinate representation of color #3D252C: hue angle of 342.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D252C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 37 44 -
CMYK 0 0.39 0.28 0.76
HSL 342.5º 0.24% 0.19% -
HSV(B) 342.5º 0.39% 0.24% -
XYZ 3.04 2.5 2.7 -
YUV 44.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 61 37 44 0 0.39 0.28 0.76 342.5 0.24 0.19
Hex 3D 25 2C 0 27 1C 4C 156 18 13
Octal 75 45 54 0 47 34 114 526 30 23
Binary 111101 100101 101100 0 100111 11100 1001100 101010110 11000 10011

Color Harmonies of #3D252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D252C

Black with #3D252C

Text Example


Text Example

White with #3D252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,37,44); }

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

background-color css

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

 a { background-color: rgb(61,37,44); }

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

border-color css

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

 span { border-color: rgb(61,37,44); }

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