Html Css Color HEX #3D1B27 Castro

📋 copy color: '#3D1B27'

red 61 ◦ green 27 ◦ blue 39

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

Shades of Castro #3D1B27

Tints of Castro #3D1B27

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 48.03%
G = 21.26%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.76

RGB Variations

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

Color information

#3D1B27 (or 0x3D1B27) is known color: Castro. HEX triplet: 3D, 1B and 27. RGB value is (61,27,39). Sum of RGB (Red+Green+Blue) = 61+27+39=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B27 is #C2E4D8. Grayscale: #262626. Windows color (decimal): -12772569 or 2562877. OLE color: 2562877.

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

Color convert

RGB 61 27 39 -
CMYK 0 0.56 0.36 0.76
HSL 338.82º 0.39% 0.17% -
HSV(B) 338.82º 0.56% 0.24% -
XYZ 2.68 1.92 2.15 -
YUV 38.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 61 27 39 0 0.56 0.36 0.76 338.82 0.39 0.17
Hex 3D 1B 27 0 38 24 4C 153 27 11
Octal 75 33 47 0 70 44 114 523 47 21
Binary 111101 11011 100111 0 111000 100100 1001100 101010011 100111 10001

Color Harmonies of #3D1B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1B27

Black with #3D1B27

Text Example


Text Example

White with #3D1B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,27,39); }

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

background-color css

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

 a { background-color: rgb(61,27,39); }

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

border-color css

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

 span { border-color: rgb(61,27,39); }

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