Html Css Color HEX #3A1A27 Castro

📋 copy color: '#3A1A27'

red 58 ◦ green 26 ◦ blue 39

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

Shades of Castro #3A1A27

Tints of Castro #3A1A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.14%

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

R = 47.15%
G = 21.14%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.77

RGB Variations

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

Color information

#3A1A27 (or 0x3A1A27) is known color: Castro. HEX triplet: 3A, 1A and 27. RGB value is (58,26,39). Sum of RGB (Red+Green+Blue) = 58+26+39=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A27 is #C5E5D8. Grayscale: #252525. Windows color (decimal): -12969433 or 2562618. OLE color: 2562618.

HSL color Cylindrical-coordinate representation of color #3A1A27: hue angle of 335.62º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A27 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 26 39 -
CMYK 0 0.55 0.33 0.77
HSL 335.63º 0.38% 0.16% -
HSV(B) 335.63º 0.55% 0.23% -
XYZ 2.48 1.78 2.13 -
YUV 37.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 58 26 39 0 0.55 0.33 0.77 335.63 0.38 0.16
Hex 3A 1A 27 0 37 21 4D 150 26 10
Octal 72 32 47 0 67 41 115 520 46 20
Binary 111010 11010 100111 0 110111 100001 1001101 101010000 100110 10000

Color Harmonies of #3A1A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1A27

Black with #3A1A27

Text Example


Text Example

White with #3A1A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,26,39); }

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

background-color css

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

 a { background-color: rgb(58,26,39); }

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

border-color css

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

 span { border-color: rgb(58,26,39); }

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