Html Css Color HEX #3C2029 Castro

📋 copy color: '#3C2029'

red 60 ◦ green 32 ◦ blue 41

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

Shades of Castro #3C2029

Tints of Castro #3C2029

RGB

 RED value IS 60 (23.83% from 255) = 45.11%

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 45.11%
G = 24.06%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#3C2029 (or 0x3C2029) is known color: Castro. HEX triplet: 3C, 20 and 29. RGB value is (60,32,41). Sum of RGB (Red+Green+Blue) = 60+32+41=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2029 is #C3DFD6. Grayscale: #292929. Windows color (decimal): -12836823 or 2695228. OLE color: 2695228.

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

Color convert

RGB 60 32 41 -
CMYK 0 0.47 0.32 0.76
HSL 340.71º 0.3% 0.18% -
HSV(B) 340.71º 0.47% 0.24% -
XYZ 2.78 2.15 2.37 -
YUV 41.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 60 32 41 0 0.47 0.32 0.76 340.71 0.3 0.18
Hex 3C 20 29 0 2F 20 4C 155 1E 12
Octal 74 40 51 0 57 40 114 525 36 22
Binary 111100 100000 101001 0 101111 100000 1001100 101010101 11110 10010

Color Harmonies of #3C2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2029

Black with #3C2029

Text Example


Text Example

White with #3C2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,41); }

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

background-color css

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

 a { background-color: rgb(60,32,41); }

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

border-color css

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

 span { border-color: rgb(60,32,41); }

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