Html Css Color HEX #3F2F34 Castro

📋 copy color: '#3F2F34'

red 63 ◦ green 47 ◦ blue 52

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

Shades of Castro #3F2F34

Tints of Castro #3F2F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 38.89%
G = 29.01%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#3F2F34 (or 0x3F2F34) is known color: Castro. HEX triplet: 3F, 2F and 34. RGB value is (63,47,52). Sum of RGB (Red+Green+Blue) = 63+47+52=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F34 is #C0D0CB. Grayscale: #343434. Windows color (decimal): -12636364 or 3419967. OLE color: 3419967.

HSL color Cylindrical-coordinate representation of color #3F2F34: hue angle of 341.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F2F34 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 47 52 -
CMYK 0 0.25 0.17 0.75
HSL 341.25º 0.15% 0.22% -
HSV(B) 341.25º 0.25% 0.25% -
XYZ 3.69 3.34 3.7 -
YUV 52.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 63 47 52 0 0.25 0.17 0.75 341.25 0.15 0.22
Hex 3F 2F 34 0 19 11 4B 155 F 16
Octal 77 57 64 0 31 21 113 525 17 26
Binary 111111 101111 110100 0 11001 10001 1001011 101010101 1111 10110

Color Harmonies of #3F2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2F34

Black with #3F2F34

Text Example


Text Example

White with #3F2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,47,52); }

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

background-color css

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

 a { background-color: rgb(63,47,52); }

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

border-color css

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

 span { border-color: rgb(63,47,52); }

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