Html Css Color HEX #3C222A Castro

📋 copy color: '#3C222A'

red 60 ◦ green 34 ◦ blue 42

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

Shades of Castro #3C222A

Tints of Castro #3C222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 44.12%
G = 25%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C222A (or 0x3C222A) is known color: Castro. HEX triplet: 3C, 22 and 2A. RGB value is (60,34,42). Sum of RGB (Red+Green+Blue) = 60+34+42=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C222A is #C3DDD5. Grayscale: #2A2A2A. Windows color (decimal): -12836310 or 2761276. OLE color: 2761276.

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

Color convert

RGB 60 34 42 -
CMYK 0 0.43 0.3 0.76
HSL 341.54º 0.28% 0.18% -
HSV(B) 341.54º 0.43% 0.24% -
XYZ 2.85 2.27 2.48 -
YUV 42.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 60 34 42 0 0.43 0.3 0.76 341.54 0.28 0.18
Hex 3C 22 2A 0 2B 1E 4C 156 1C 12
Octal 74 42 52 0 53 36 114 526 34 22
Binary 111100 100010 101010 0 101011 11110 1001100 101010110 11100 10010

Color Harmonies of #3C222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C222A

Black with #3C222A

Text Example


Text Example

White with #3C222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,34,42); }

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

background-color css

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

 a { background-color: rgb(60,34,42); }

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

border-color css

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

 span { border-color: rgb(60,34,42); }

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