Html Css Color HEX #3F2C32 Castro

📋 copy color: '#3F2C32'

red 63 ◦ green 44 ◦ blue 50

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

Shades of Castro #3F2C32

Tints of Castro #3F2C32

RGB

 RED value IS 63 (25% from 255) = 40.13%

 GREEN value IS 44 (17.58% from 255) = 28.03%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 40.13%
G = 28.03%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#3F2C32 (or 0x3F2C32) is known color: Castro. HEX triplet: 3F, 2C and 32. RGB value is (63,44,50). Sum of RGB (Red+Green+Blue) = 63+44+50=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C32 is #C0D3CD. Grayscale: #323232. Windows color (decimal): -12637134 or 3288127. OLE color: 3288127.

HSL color Cylindrical-coordinate representation of color #3F2C32: hue angle of 341.05º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F2C32 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 44 50 -
CMYK 0 0.30 0.21 0.75
HSL 341.05º 0.18% 0.21% -
HSV(B) 341.05º 0.3% 0.25% -
XYZ 3.53 3.09 3.43 -
YUV 50.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 63 44 50 0 0.30 0.21 0.75 341.05 0.18 0.21
Hex 3F 2C 32 0 1E 15 4B 155 12 15
Octal 77 54 62 0 36 25 113 525 22 25
Binary 111111 101100 110010 0 11110 10101 1001011 101010101 10010 10101

Color Harmonies of #3F2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C32

Black with #3F2C32

Text Example


Text Example

White with #3F2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,50); }

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

background-color css

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

 a { background-color: rgb(63,44,50); }

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

border-color css

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

 span { border-color: rgb(63,44,50); }

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