Html Css Color HEX #3F202C Castro

📋 copy color: '#3F202C'

red 63 ◦ green 32 ◦ blue 44

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

Shades of Castro #3F202C

Tints of Castro #3F202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 45.32%
G = 23.02%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#3F202C (or 0x3F202C) is known color: Castro. HEX triplet: 3F, 20 and 2C. RGB value is (63,32,44). Sum of RGB (Red+Green+Blue) = 63+32+44=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F202C is #C0DFD3. Grayscale: #2A2A2A. Windows color (decimal): -12640212 or 2891839. OLE color: 2891839.

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

Color convert

RGB 63 32 44 -
CMYK 0 0.49 0.30 0.75
HSL 336.77º 0.33% 0.19% -
HSV(B) 336.77º 0.49% 0.25% -
XYZ 3.02 2.27 2.66 -
YUV 42.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 63 32 44 0 0.49 0.30 0.75 336.77 0.33 0.19
Hex 3F 20 2C 0 31 1E 4B 151 21 13
Octal 77 40 54 0 61 36 113 521 41 23
Binary 111111 100000 101100 0 110001 11110 1001011 101010001 100001 10011

Color Harmonies of #3F202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F202C

Black with #3F202C

Text Example


Text Example

White with #3F202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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