Html Css Color HEX #3D1F29 Castro

📋 copy color: '#3D1F29'

red 61 ◦ green 31 ◦ blue 41

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

Shades of Castro #3D1F29

Tints of Castro #3D1F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.31%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 45.86%
G = 23.31%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#3D1F29 (or 0x3D1F29) is known color: Castro. HEX triplet: 3D, 1F and 29. RGB value is (61,31,41). Sum of RGB (Red+Green+Blue) = 61+31+41=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F29 is #C2E0D6. Grayscale: #292929. Windows color (decimal): -12771543 or 2694973. OLE color: 2694973.

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

Color convert

RGB 61 31 41 -
CMYK 0 0.49 0.33 0.76
HSL 340º 0.33% 0.18% -
HSV(B) 340º 0.49% 0.24% -
XYZ 2.81 2.13 2.36 -
YUV 41.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 61 31 41 0 0.49 0.33 0.76 340 0.33 0.18
Hex 3D 1F 29 0 31 21 4C 154 21 12
Octal 75 37 51 0 61 41 114 524 41 22
Binary 111101 11111 101001 0 110001 100001 1001100 101010100 100001 10010

Color Harmonies of #3D1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F29

Black with #3D1F29

Text Example


Text Example

White with #3D1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,41); }

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

background-color css

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

 a { background-color: rgb(61,31,41); }

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

border-color css

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

 span { border-color: rgb(61,31,41); }

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