Html Css Color HEX #3F202B Castro

📋 copy color: '#3F202B'

red 63 ◦ green 32 ◦ blue 43

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

Shades of Castro #3F202B

Tints of Castro #3F202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 45.65%
G = 23.19%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#3F202B (or 0x3F202B) is known color: Castro. HEX triplet: 3F, 20 and 2B. RGB value is (63,32,43). Sum of RGB (Red+Green+Blue) = 63+32+43=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F202B is #C0DFD4. Grayscale: #2A2A2A. Windows color (decimal): -12640213 or 2826303. OLE color: 2826303.

HSL color Cylindrical-coordinate representation of color #3F202B: hue angle of 338.71º 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 #3F202B is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 32 43 -
CMYK 0 0.49 0.32 0.75
HSL 338.71º 0.33% 0.19% -
HSV(B) 338.71º 0.49% 0.25% -
XYZ 3 2.26 2.56 -
YUV 42.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 63 32 43 0 0.49 0.32 0.75 338.71 0.33 0.19
Hex 3F 20 2B 0 31 20 4B 153 21 13
Octal 77 40 53 0 61 40 113 523 41 23
Binary 111111 100000 101011 0 110001 100000 1001011 101010011 100001 10011

Color Harmonies of #3F202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F202B

Black with #3F202B

Text Example


Text Example

White with #3F202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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